Name | Description |
---|---|
Activate() | Activate the current object. |
AddComment() | Creates a new child Comment. |
AddContactRegion() | Creates a new child ContactRegion. |
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. |
AddInterStage() | Creates a new child InterStage. |
AddJoint() | Creates a new child Joint. |
AddSpotWeld() | Creates a new child SpotWeld. |
CopyTo(DataModelObject) | Copies all visible properties from this object to another. |
CreateAutomaticConnections() | Run the CreateAutomaticConnections action. |
CreateParameter(String) | Creates a new parameter for a Property. |
Delete() | Run the Delete action. |
DeleteChildren() | Run the DeleteChildren action. |
DeleteChildren(Boolean) | Run the DeleteChildren action with optional verification dialog. |
Duplicate() | Creates a copy of the current DataModelObject. |
GetChildren(Boolean, IList<ChildrenType>) | |
GetParameter(String) | Gets the parameter corresponding to the given property. |
GetPath() | Gets the path of the object. |
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. |
RenameBasedOnChildren() | Rename the Connection group based on the children. |
RepairOverlappingContactRegions() | Check for Overlapping Contact Regions. However, please note that this action does not result in any actual repair being performed. |
SearchConnectionsForDuplicatePairs() | Run the SearchConnectionsForDuplicatePairs action. |
SetDefaultAPDLNames() | Loop over all the valid contact regions and set the default APDL names. |
Name | Description |
---|---|
ActiveConnections | Gets the ActiveConnections. |
AutomaticFixedJoints | Gets or sets the AutomaticFixedJoints. |
Comments | Gets the list of associated comments. |
Connections | Gets the Connections. |
ConnectionType | Gets or sets the ConnectionType. |
CylindricalFaces | Gets or sets the CylindricalFaces. |
DataModelObjectCategory | Gets the name of the current DataModelObject's category. |
EdgeEdge | Gets or sets the EdgeEdge. |
EdgeOverlapTolerance | Gets or sets the EdgeOverlapTolerance. |
FaceAngleTolerance | Gets or sets the FaceAngleTolerance. |
FaceEdge | Gets or sets the FaceEdge. |
FaceFace | Gets or sets the FaceFace. |
FaceFaceDetectionAngleTolerence | Gets or sets the FaceFaceDetectionAngleTolerence. |
FaceOverlapTolerance | Gets or sets the FaceOverlapTolerance. |
Figures | Gets the list of associated figures. |
GroupBy | Gets or sets the GroupBy. |
Images | Gets the list of associated images. |
InternalObject | Gets the internal object. For advanced usage only. |
Location | Gets or sets the Location. |
MinimumDistancePercentage | Gets or sets the MinimumDistancePercentage. |
MinimumDistanceValue | Gets the MinimumDistanceValue. |
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. |
Priority | Gets or sets the Priority. |
Properties | Gets the list of properties for this object. |
ReadOnly | Gets or sets the ReadOnly. |
RevoluteJoints | Gets or sets the RevoluteJoints. |
SearchAcross | Gets or sets the SearchAcross. |
Suppressed | Gets or sets the Suppressed. |
ThicknessScaleFactor | Gets or sets the ThicknessScaleFactor. |
ToleranceSlider | Gets or sets the ToleranceSlider. |
ToleranceType | Gets or sets the ToleranceType. |
ToleranceValue | Gets or sets the ToleranceValue. |
UseRange | Gets or sets the UseRange. |
VisibleProperties | Gets the list of properties that are visible for this object. |