CADability dotNET
The IGeoObjectImpl type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Actuator |
Sets or gets the drive assiziated with this GeoObject
| |
| Attributes |
Implements Attributes. Returns a collection af all CADability attributes
used by this GeoObject. Non CADability attributes must be handled by your code.
| |
| CustomAttributeKeys | ||
| Description |
Returns a textual description of the GeoObject. Mainly used for debugging purposes
| |
| IsVisible |
Reads or writes the visible flag. Invisible objects ar not displayed.
| |
| Layer |
Fully implements Layer. Stores the layer in a private member.
Setting raises the WillChangeEvent and DidChangeEvent.
| |
| NumChildren |
Overrides NumChildren. The default implementation returns 0.
| |
| OwnedItems |
Returns an array of objects owned by this object. E.g. a face is owned by a shell.
| |
| Owner |
Overrides Owner. Fully implements set and get property
and saves the value in a private member.
| |
| PreferredStyle |
Returns the preferred style for this objects, see [!:Style.EDefaultFor].
| |
| Style |
Fully implements Style. Stores the style in a private member.
Setting raises the WillChangeEvent and DidChangeEvent.
| |
| StyleIsValid |
Returns true, if the setting of the style of this object is identical to the
setting of the individual attributes, false otherwise
| |
| UniqueId | ||
| UserData |
Fully implements UserData. No need to override.
|