GeoRef#

class ansys.speos.core.geo_ref.GeoRef(name, description, metadata)#

Represent a CAD object.

Parameters:

Overview#

to_native_link

Convert to a native link.

from_native_link

Convert a native link to a GeoRef.

Import detail#

from ansys.speos.core.geo_ref import GeoRef

Attribute detail#

GeoRef.name#
GeoRef.description#
GeoRef.metadata#

Method detail#

Convert a native link to a GeoRef.

Parameters:
geopathstr

Geometry path.

Returns:
GeoRef

Convert to a native link.

Returns:
str

Geometry path.