| Name | Description |
|---|---|
| Activate() | Activate the current object. |
| AddComment() | Creates a new child Comment. |
| AddFigure() | Creates a new child Figure. |
| AddImage(String) | Creates a new child Image. If a filePath is provided, the image will be loaded from that file, if not, the image will be a screen capture of the Geometry window. |
| AddVirtualCell(ISelectionInfo) | Add Virtual Cell. |
| AddVirtualHardVertex(ISelectionInfo, Point) | Add Virtual Hard Vertex. |
| CopyTo(DataModelObject) | Copies all visible properties from this object to another. |
| CreateParameter(String) | Creates a new parameter for a Property. |
| Delete() | Run the Delete action. |
| DeleteAllVirtualCells() | Delete all Virtual Cells. |
| DeleteAllVirtualEntities() | Delete all Virtual Entities. |
| DeleteAllVirtualHardVertices() | Delete all Virtual Split Hard Vertices. |
| DeleteAllVirtualSplitEdges() | Delete all Virtual Split Edges. |
| DeleteAllVirtualSplitFaces() | Delete all Virtual Split Faces. |
| Duplicate() | Creates a copy of the current DataModelObject. |
| GenerateVirtualCells(ISelectionInfo) | Generate the Virtual Cells on the selected/all entities. |
| GetParameter(String) | Gets the parameter corresponding to the given property. |
| GetPath() | Gets the path of the object. |
| GetVirtualCellFromSelection(ISelectionInfo) | Gets the Virtual Cell from the selection. |
| GroupAllSimilarChildren() | Run the GroupAllSimilarChildren action. |
| GroupSimilarObjects() | Run the GroupSimilarObjects action. |
| PropertyByAPIName(String) | Get a property by its API name. If multiple properties have the same API Name, only the first property with that name will be returned. |
| PropertyByName(String) | Get a property by its unique name. |
| RemoveParameter(String) | Removes the parameter from the parameter set corresponding to the given property. |
| VirtualSplitEdge(ISelectionInfo, Double) | Generate the Virtual Cells on the selected/all entities. |
| VirtualSplitFaceAtVertices(ISelectionInfo) | Generate the Virtual Cells on the selected/all entities. |
| Name | Description |
|---|---|
| AspectRatio | Gets or sets the AspectRatio. |
| AutomaticBehavior | Gets or sets the Behavior when Method is set to "Automatic". |
| Comments | Gets the list of associated comments. |
| ContactAngle | Gets or sets the ContactAngle. |
| CustomFeatureAngle | Gets or sets the CustomFeatureAngle. |
| DataModelObjectCategory | Gets the name of the current DataModelObject's category. |
| EdgeAngle | Gets or sets the EdgeAngle. |
| Figures | Gets the list of associated figures. |
| GaussAngle | Gets or sets the GaussAngle. |
| GenerateOnUpdate | Gets or sets the GenerateOnUpdate. |
| Images | Gets the list of associated images. |
| InternalObject | Gets the internal object. For advanced usage only. |
| LockPositionOfDependentEdgeSplits | Gets or sets the LockPositionOfDependentEdgeSplits. |
| MaxEdgeLength | Gets or sets the MaxEdgeLength. |
| MaxFaceArea | Gets or sets the MaxFaceArea. |
| MaxSliverWidth | Gets or sets the MaxSliverWidth. |
| MergeFaceEdges | Gets or sets the MergeFaceEdges. |
| Method | Gets or sets the Method. |
| MinEdgeLength | Gets or sets the MinEdgeLength. |
| MinFaceArea | Gets or sets the MinFaceArea. |
| MinSliverWidth | Gets or sets the MinSliverWidth. |
| Name | Gets the name of the object. |
| ObjectId | Gets the internal id of the object. |
| ObjectTags | Gets an IEnumerable object of the tags that 'this' is a part of. |
| Parent | Gets the parent object. |
| Properties | Gets the list of properties for this object. |
| RepairBehavior | Gets or sets the Behavior when Method is set to "Repair". |
| SharedBoundaryRatio | Gets or sets the SharedBoundaryRatio. |
| SimplifyFaces | Gets or sets the SimplifyFaces. |
| VirtualEdges | Gets the VirtualEdges. |
| VirtualEntities | Gets the VirtualEntities. |
| VirtualFaces | Gets the VirtualFaces. |
| VirtualHardVertex | Gets the VirtualHardVertex. |
| VirtualSplitEdges | Gets the VirtualSplitEdges. |
| VirtualSplitFaces | Gets the VirtualSplitFaces. |
| VisibleProperties | Gets the list of properties that are visible for this object. |