Solid Edge Part Type Library
SetOrientation Method
Sets the value of the offset of the user-defined coordinate system from the x axis of the base coordinate system.
Sets the value of the offset of the user-defined coordinate system from the y axis of the base coordinate system.
Sets the value of the offset of the user-defined coordinate system from the z axis of the base coordinate system.
Sets the value of the rotation about the x axis of the user-defined coordinate system with respect to the base coordinate system.
Sets the value of the rotation about the y axis of the user-defined coordinate system with respect to the base coordinate system.
Sets the value of the rotation about the z axis of the user-defined coordinate system with respect to the base coordinate system.
Description
Sets the offsets and angular orientations about the axes of the base coordinate system for the referenced CoordinateSystem object.
Syntax
Visual Basic
Public Sub SetOrientation( _
   Optional ByVal XOffset As Variant, _
   Optional ByVal YOffset As Variant, _
   Optional ByVal ZOffset As Variant, _
   Optional ByVal XRotation As Variant, _
   Optional ByVal YRotation As Variant, _
   Optional ByVal ZRotation As Variant _
) 
Parameters
XOffset
Sets the value of the offset of the user-defined coordinate system from the x axis of the base coordinate system.
YOffset
Sets the value of the offset of the user-defined coordinate system from the y axis of the base coordinate system.
ZOffset
Sets the value of the offset of the user-defined coordinate system from the z axis of the base coordinate system.
XRotation
Sets the value of the rotation about the x axis of the user-defined coordinate system with respect to the base coordinate system.
YRotation
Sets the value of the rotation about the y axis of the user-defined coordinate system with respect to the base coordinate system.
ZRotation
Sets the value of the rotation about the z axis of the user-defined coordinate system with respect to the base coordinate system.
See Also

CoordinateSystem Object  | CoordinateSystem Members