Defines a Solid.
Declaration Syntax
public class Solid : ImportedDataModelObject, IFolderDataModelObject
Table 331: Members
Property | Children |
Gets the list of children. |
Property | Comments |
Gets the list of associated comments. |
Property | CoordinateSystem |
Gets or sets the CoordinateSystem. |
Property | DataModelObjectCategory |
Gets the current DataModelObject's category. |
Property | InternalObject |
Gets the internal object. For advanced usage only. |
Property | PartName |
Gets the PartName. |
Property | X1 |
Gets or sets the X1. |
Property | X2 |
Gets or sets the X2. |
Property | Y1 |
Gets or sets the Y1. |
Property | Y2 |
Gets or sets the Y2. |
Property | Z1 |
Gets or sets the Z1. |
Property | Z2 |
Gets or sets the Z2. |
Method | AddComment() |
Creates a new child Comment. |
Method | AddGeometry() |
Add solid to the geometry. |
Method | Delete() |
Run the Delete action. |
Method | GetChildren<ChildrenType>(bool, IList<ChildrenType>) |
Gets the list of children, filtered by type. |
Method | GetChildren(DataModelObjectCategory, bool, IList<IDataModelObject>) |
Gets the list of children, filtered by type. |
Method | RemoveGeometry() |
Remove the solid from the geometry. |
Method | UpdateGeometry() |
Update the solid on the geometry. |