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.
|
AddTransformation(TransformationType, CoordinateSystemAxisType)
|
Adds a new transformation.
|
CopyTo(DataModelObject)
|
Copies all visible properties from this object to another.
|
CreateConstructionSurface()
|
Run the CreateConstructionSurface action.
|
CreateParameter(String)
|
Creates a new parameter for a Property.
|
CreateSectionPlane()
|
Run the CreateSectionPlane action.
|
Delete()
|
Run the Delete action.
|
Duplicate()
|
Creates a copy of the current DataModelObject.
|
FlipX()
|
Flips the X Axis of the coordinate system
|
FlipY()
|
Flips the Y Axis of the coordinate system
|
FlipZ()
|
Flips the Z Axis of the coordinate system
|
GetParameter(String)
|
Gets the parameter corresponding to the given property.
|
GetPath()
|
Gets the path of the object.
|
GetTransformationValue(UInt32)
|
Gets the value of a transformation.
|
GroupAllSimilarChildren()
|
Run the GroupAllSimilarChildren action.
|
GroupSimilarObjects()
|
Run the GroupSimilarObjects action.
|
MoveTransformationDown(UInt32)
|
Moves a transformation down.
|
MoveTransformationUp(UInt32)
|
Moves a transformation up.
|
OffsetX()
|
Creates an offset in the X Axis direction of the coordinate system
|
OffsetX(Object)
|
Creates an offset in the X Axis direction of the coordinate system
|
OffsetY()
|
Creates an offset in the Y Axis direction of the coordinate system
|
OffsetY(Object)
|
Creates an offset in the Y Axis direction of the coordinate system
|
OffsetZ()
|
Creates an offset in the Z Axis direction of the coordinate system
|
OffsetZ(Object)
|
Creates an offset in the Z Axis direction of the coordinate system
|
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.
|
RemoveTransformation(UInt32)
|
Removes a tranformation.
|
RotateX()
|
Creates a rotation about the X Axis of the coordinate system
|
RotateX(Object)
|
Creates a rotation about the X Axis of the coordinate system
|
RotateY()
|
Creates a rotation about the Y Axis of the coordinate system
|
RotateY(Object)
|
Creates a rotation about the Y Axis of the coordinate system
|
RotateZ()
|
Creates a rotation about the Z Axis of the coordinate system
|
RotateZ(Object)
|
Creates a rotation about the Z Axis of the coordinate system
|
SetCoordinateSystemOriginAtCenterOfMass(IList<IBaseGeoBody>, IList<PointMass>, IList<DistributedMass>)
|
Sets origin of the coordinate system at the center of mass
|
SetOriginLocation(Quantity, Quantity, Quantity)
|
Changes the origin location.
|
SetPrimaryAxisUsingCenterOfMass()
|
Sets the primary axis using a 1 or 2 point selection and the center of mass
|
SetTransformationValue(UInt32, Object)
|
Sets the value of a transformation.
|