Gets the transformation matrix, which when applied to the input body makes it exactly coincide with this body.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetCoincidenceTransform( _
ByVal BodyDispIn As Object, _
ByRef Xform As MathTransform _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IBody2
Dim BodyDispIn As Object
Dim Xform As MathTransform
Dim value As Boolean
value = instance.GetCoincidenceTransform(BodyDispIn, Xform)
|
C# | |
---|
bool GetCoincidenceTransform(
object BodyDispIn,
out MathTransform Xform
) |
C++/CLI | |
---|
bool GetCoincidenceTransform(
& Object^ BodyDispIn,
& [Out] MathTransform^ Xform
) |
Parameters
- BodyDispIn
Input body
- Xform
- Pointer to the transformation matrix
Return Value
True if the bodies (the body on which the method is invoked and the input body) can coincide by applying appropriate transforms, false if not
See Also
Availability
SolidWorks 2007 FCS, Revision Number 15