Defines a VirtualTopology.
Declaration Syntax
public class VirtualTopology : DataModelObject, IFolderDataModelObject
Table 359: Members
Property | AspectRatio |
Gets or sets the AspectRatio. |
Property | AutomaticBehavior |
Gets or sets the Behavior when Method is set to "Automatic". |
Property | Children |
Gets the list of children. |
Property | Comments |
Gets the list of associated comments. |
Property | ContactAngle |
Gets or sets the ContactAngle. |
Property | CustomFeatureAngle |
Gets or sets the CustomFeatureAngle. |
Property | DataModelObjectCategory |
Gets the current DataModelObject's category. |
Property | EdgeAngle |
Gets or sets the EdgeAngle. |
Property | Figures |
Gets the list of associated figures. |
Property | GaussAngle |
Gets or sets the GaussAngle. |
Property | GenerateOnUpdate |
Gets or sets the GenerateOnUpdate. |
Property | Images |
Gets the list of associated images. |
Property | InternalObject |
Gets the internal object. For advanced usage only. |
Property | LockPositionOfDependentEdgeSplits |
Gets or sets the LockPositionOfDependentEdgeSplits. |
Property | MaxEdgeLength |
Gets or sets the MaxEdgeLength. |
Property | MaxFaceArea |
Gets or sets the MaxFaceArea. |
Property | MaxSliverWidth |
Gets or sets the MaxSliverWidth. |
Property | MergeFaceEdges |
Gets or sets the MergeFaceEdges. |
Property | Method |
Gets or sets the Method. |
Property | MinEdgeLength |
Gets or sets the MinEdgeLength. |
Property | MinFaceArea |
Gets or sets the MinFaceArea. |
Property | MinSliverWidth |
Gets or sets the MinSliverWidth. |
Property | RepairBehavior |
Gets or sets the Behavior when Method is set to "Repair". |
Property | SharedBoundaryRatio |
Gets or sets the SharedBoundaryRatio. |
Property | SimplifyFaces |
Gets or sets the SimplifyFaces. |
Property | VirtualEdges |
Gets the VirtualEdges. |
Property | VirtualEntities |
Gets the VirtualEntities. |
Property | VirtualFaces |
Gets the VirtualFaces. |
Property | VirtualHardVertex |
Gets the VirtualHardVertex. |
Property | VirtualSplitEdges |
Gets the VirtualSplitEdges. |
Property | VirtualSplitFaces |
Gets the VirtualSplitFaces. |
Method | AddComment() |
Creates a new child Comment. |
Method | AddFigure() |
Creates a new child Figure. |
Method | 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. |
Method | AddVirtualCell(ISelectionInfo) |
Add Virtual Cell. |
Method | AddVirtualHardVertex(ISelectionInfo, Point) |
Add Virtual Hard Vertex. |
Method | Delete() |
Run the Delete action. |
Method | DeleteAllVirtualCells() |
Delete all Virtual Cells. |
Method | DeleteAllVirtualEntities() |
Delete all Virtual Entities. |
Method | DeleteAllVirtualHardVertices() |
Delete all Virtual Split Hard Vertices. |
Method | DeleteAllVirtualSplitEdges() |
Delete all Virtual Split Edges. |
Method | DeleteAllVirtualSplitFaces() |
Delete all Virtual Split Faces. |
Method | GenerateVirtualCells(ISelectionInfo) |
Generate the Virtual Cells on the selected/all entities. |
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 | GetVirtualCellFromSelection(ISelectionInfo) |
Gets the Virtual Cell from the selection. |
Method | VirtualSplitEdge(ISelectionInfo, double) |
Generate the Virtual Cells on the selected/all entities. |
Method | VirtualSplitFaceAtVertices(ISelectionInfo) |
Generate the Virtual Cells on the selected/all entities. |