MecModInterfaces OriginElements (Object)
All Frameworks Object Hierarchy This Framework Indexes
OriginElements (Object)
Represents the part's 3D reference axis system.
It allows an easy access to 3D reference axis system of a
Part object thru the three planes XY, YZ, and ZX.
See Part for parent object.
Property Index
PlaneXY
Returns the XY plane of the part 3D reference axis system.
PlaneYZ
Returns the YZ plane of the part 3D reference axis system.
PlaneZX
Returns the ZX plane of the part 3D reference axis system.
Properties
o Property PlaneXY ( ) As (Read Only)
Returns the XY plane of the part 3D reference axis system.
Example:
The following example returns in plnXY the XY plane of
the partRoot part from the partDoc part document:
Set partRoot = partDoc.Part
Set plnXY = partRoot.originElements.PlaneXY
o Property PlaneYZ ( ) As (Read Only)
Returns the YZ plane of the part 3D reference axis system.
Example:
The following example returns in plnYZ the YZ plane of
the partRoot part from the partDoc part document:
Set partRoot = partDoc.Part
Set plnYZ = partRoot.originElements.PlaneYZ
o Property PlaneZX ( ) As (Read Only)
Returns the ZX plane of the part 3D reference axis system.
Example:
The following example returns in plnZX the ZX plane of
the partRoot part from the partDoc part document:
Set partRoot = partDoc.Part
Set plnZX = partRoot.originElements.PlaneZX
Copyright © 2003, Dassault Systèmes. All rights reserved.