Defines a Path.
Declaration Syntax
public class Path : DataModelObject, ISelectionInfo, IFolderDataModelObject
Table 305: Members
Property | Children |
Gets the list of children. |
Property | Comments |
Gets the list of associated comments. |
Property | DataModelObjectCategory |
Gets the current DataModelObject's category. |
Property | DiscretizationPoints |
Gets or sets the DiscretizationPoints. |
Property | EndCoordinateSystem |
Gets or sets the EndCoordinateSystem. |
Property | EndXCoordinate |
Gets or sets the EndXCoordinate. |
Property | EndYCoordinate |
Gets or sets the EndYCoordinate. |
Property | EndZCoordinate |
Gets or sets the EndZCoordinate. |
Property | Figures |
Gets the list of associated figures. |
Property | HasValidGeometrySelection |
Gets the HasValidGeometrySelection. |
Property | Images |
Gets the list of associated images. |
Property | InternalObject |
Gets the internal object. For advanced usage only. |
Property | Location |
Gets or sets the Location. |
Property | NumberOfSamplingPoints |
Gets or sets the NumberOfSamplingPoints. |
Property | NumberOfSubpaths |
Gets or sets the NumberOfSubpaths. |
Property | OffsetEdgeLocation |
Gets or sets the OffsetEdgeLocation. |
Property | PathCoordinateSystem |
Gets or sets the PathCoordinateSystem. |
Property | PathType |
Gets or sets the PathType. |
Property | ShowMesh |
Gets or sets the ShowMesh. |
Property | SnapToMeshNodes |
Gets or sets the SnapToMeshNodes. |
Property | StartCoordinateSystem |
Gets or sets the StartCoordinateSystem. |
Property | StartXCoordinate |
Gets or sets the StartXCoordinate. |
Property | StartYCoordinate |
Gets or sets the StartYCoordinate. |
Property | StartZCoordinate |
Gets or sets the StartZCoordinate. |
Property | Suppressed |
Gets or sets the Suppressed. |
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 | Delete() |
Run the Delete action. |
Method | FlipPathOrientatation() |
Flip Path Orientatation |
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 | SnapPathToMeshNodes() |
Snap path to mesh nodes |