Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
Overview 
PCDLRN ActiveX DLL : CadModel Object
CadModel Object Members
Public Methods
 
 
Intersect the CAD model with a line. For multiple intersection points, the point returned depends on the line intersection flags. Geometry that is on a hidden level or a hidden assembly component is not checked.
Intersect the CAD model with a plane. For multiple intersection points, the point closest to the input point is returned. For surfaces, only the boundaries are intersected. Geometry that is on a hidden level or a hidden assembly component is not checked.
This method returns the full path to the file name of the CAD model that you imported into the measurement routine.
This method returns only the file name (not the full path) of the CAD model that you imported into the measurement routine.
Project a point onto the CAD model. Geometry that is on a hidden level or a hidden assembly component is not checked.
 
 
Return an empty CAD handle.

This method highlights the specified CAD element (or elements) on the CAD model in the Graphics Display window.

Focus on the passed feature or dimension

This method removes highlighting from the specified CAD element (or elements) on the CAD model in the Graphics Display window.

Public Properties
Returns this objects parent object.
See Also