Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
Type Property
Description
This specifies the type of control point.
Property type
Read-write property
Syntax
Visual Basic
Public Property Type As BSCTRLPT_ENUM
Return Type
Read/write BSCTRLPT_ENUM.
Remarks

There are four types of control points:

  1. Plane (uses these elements: Plane, X,Y,Z,I,J,K,Num Crossings, Scan Speed, Point Density)
  2. Sphere (uses these elements: Sphere, X, Y, Z, I, J, K, Num Crossings, Scan Speed, Point Density, Diameter)
  3. Cone (uses these elements: Cone, X, Y, Z, I, J, K, Num Crossings, Scan Speed, Point Density, Angle)
  4. Cylinder (uses these elements: Cylinder, X, Y, Z, I, J, K, Num Crossings, Scan Speed, Point Density, Diameter)
See Also