CADability dotNET

The IGeoObject type exposes the following members.

Properties

  NameDescription
Public propertyActuator
Gets or sets an actuator or drive that defines the mechanical constraint or degree of freedom for this object Used for animation, static objects dont have an actuator (null)
Public propertyAttributes
Gets all attributes that this GeoObject posesses.
Public propertyCustomAttributeKeys
Gets all custom attributes attached to this object
Public propertyDescription
Returns a description of the GeoObject which is used in the control center
Public propertyIsVisible
Public propertyNumChildren
Returns the number of children the GeoObject has. Simple GeoObjects (like Line) dont have children.
Public propertyOwnedItems
Public propertyOwner
Returns the owner of this GeoObject. Each GeoObject has only one owner. This might be a Model or a GeoObject derived from Block.
Public propertyPreferredStyle
Public propertyUniqueId
Public propertyUserData
Gets the user data collection for this GeoObject. This is the way to connect your own objects with a GeoObject. See UserData.

See Also