Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
Required Pointdata parameter used with the workplane parameter to establish the orientation of the matrix.
Required Pointdata parameter used to set the matrix offset.
Optional Long parameter used to define the direction of the primary axis.
SetMatrix Method
Description

Initializes the matrix using the vector and workplane to set the matrix orientation and the point to set the matrix offset.

Syntax
Visual Basic
Public Sub SetMatrix( _
   ByVal Vector As PointData, _
   ByVal Point As PointData, _
   ByVal Workplane As ENUM_PLANE_TYPE _
) 
Parameters
Vector
Required Pointdata parameter used with the workplane parameter to establish the orientation of the matrix.
Point
Required Pointdata parameter used to set the matrix offset.
Workplane
ValueDescription
PLANE_BACK 
PLANE_BOTTOM 
PLANE_FRONT 
PLANE_LEFT 
PLANE_RIGHT 
PLANE_TOP 
Optional Long parameter used to define the direction of the primary axis.
See Also