Defines a MeshEdit.
Declaration Syntax
public class MeshEdit : DataModelObject, IFolderDataModelObject
Table 279: Members
Property | AssociateToPullGeometry |
To Migrate Boundary Conditions from profile to resulting Pull bodies. |
Property | Children |
Gets the list of children. |
Property | Comments |
Gets the list of associated comments. |
Property | DataModelObjectCategory |
Gets the current DataModelObject's category. |
Property | Figures |
Gets the list of associated figures. |
Property | GenerateAutomaticMeshConnectionsOnRefresh |
Gets or sets the GenerateAutomaticMeshConnectionsOnRefresh. |
Property | Images |
Gets the list of associated images. |
Property | InternalObject |
Gets the internal object. For advanced usage only. |
Property | TransparencyEnabled |
Gets or sets the TransparencyEnabled. |
Method | AddComment() |
Creates a new child Comment. |
Method | AddContactMatchGroup() |
Creates a new ContactMatchGroup |
Method | AddDirectMorph() |
Creates a new DirectMorph |
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 | AddManualMeshConnection() |
Add a new ManualMeshConnection |
Method | AddMeshConnectionGroup() |
Creates a new MeshConnectionGroup |
Method | AddNodeMerge() |
Add a new NodeMerge. |
Method | AddNodeMergeGroup() |
Creates a new NodeMergeGroup |
Method | AddNodeMove() |
Creates a new NodeMove |
Method | AddPullExtrude() |
Creates a new MeshExtrude |
Method | AddPullRevolve() |
Creates a new MeshExtrude |
Method | AddPullSurfaceCoating() |
Creates a new MeshExtrude |
Method | ClearGeneratedData() |
Clear the generated data. |
Method | CreateNamedSelectionForSharedNodes() |
Run the CreateNamedSelectionForSharedNodes action. |
Method | Generate() |
Generate all mesh edits. |
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 | RenameBasedOnDefinition() |
Run the RenameBasedOnDefinition action. |
Method | SearchConnectionsForDuplicatePairs() |
Run the SearchConnectionsForDuplicatePairs action. |