Solid Edge Framework Type Library
GetRotations Method
Returns the x value of the x vector.
Returns the y value of the x vector.
Returns the x value of the y vector.
Returns the y value of the y vector.
Description
Returns the rotation vectors from a source document to the placeholder.
Syntax
Visual Basic
Public Sub GetRotations( _
   ByRef Xx As Double, _
   ByRef Xy As Double, _
   ByRef Yx As Double, _
   ByRef Yy As Double _
) 
Parameters
Xx
Returns the x value of the x vector.
Xy
Returns the y value of the x vector.
Yx
Returns the x value of the y vector.
Yy
Returns the y value of the y vector.
See Also

Symbol2d Object  | Symbol2d Members

Send comments on this topic.