Applies a transform to this body.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ApplyTransform( _
ByVal Xform As MathTransform _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IBody2
Dim Xform As MathTransform
Dim value As Boolean
value = instance.ApplyTransform(Xform)
|
C# | |
---|
bool ApplyTransform(
MathTransform Xform
) |
C++/CLI | |
---|
bool ApplyTransform(
& MathTransform^ Xform
) |
Parameters
- Xform
Transform to apply
Return Value
True if the transform is successfully applied, false if not
Example
Remarks
See Also
Availability
SolidWorks 2001Plus SP2, Revision Number 10.2