Solid Edge Part Type Library
SetTransformType Method
Member of the PatternTransformTypeConstants constant set that specifies the transformation type.
Member of the PatternTransformRotateTypeConstants constant set that specifies the rotation type of the transformation.
Specifies the plane or surface along which the transformation occurs.
Description
Sets transformation type.
Syntax
Visual Basic
Public Sub SetTransformType( _
   ByVal TransformType As PatternTransformTypeConstants, _
   ByVal TransformRotateType As PatternTransformRotateTypeConstants, _
   ByVal TransformPlaneOrSurface As Object _
) 
Parameters
TransformType
ValueDescription
sePatternTransformFullRotation
sePatternTransformFullRotationFromSurface
sePatternTransformLinear
sePatternTransformProjectedRotation
Member of the PatternTransformTypeConstants constant set that specifies the transformation type.
TransformRotateType
ValueDescription
sePatternTransformRotateOnCurvePosition
sePatternTransformRotateOnFeaturePosition
Member of the PatternTransformRotateTypeConstants constant set that specifies the rotation type of the transformation.
TransformPlaneOrSurface
Specifies the plane or surface along which the transformation occurs.
See Also

WeldPattern Object  | WeldPattern Members

Send comments on this topic.