Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > CadModel Object : CADSliceEx Method
CADSliceEx Method
Syntax
Visual Basic
Public Function CADSliceEx( _
   ByVal PlaneAnchorX As Double, _
   ByVal PlaneAnchorY As Double, _
   ByVal PlaneAnchorZ As Double, _
   ByVal PlaneVectorI As Double, _
   ByVal PlaneVectorJ As Double, _
   ByVal PlaneVectorK As Double, _
   ByVal Tolerance As Double, _
   ByVal projectPoints As Boolean, _
   ByVal sortPolylines As Boolean, _
   ByVal cutoffDistance As Double, _
   ByVal tessellationFactor As Double _
) As CadPolyLinesOnSurface
Parameters
PlaneAnchorX
PlaneAnchorY
PlaneAnchorZ
PlaneVectorI
PlaneVectorJ
PlaneVectorK
Tolerance
projectPoints
sortPolylines
cutoffDistance
tessellationFactor
See Also