Click or drag to resize
SbCylinderPlaneProjector Constructor
Overload List
  NameDescription
Public methodSbCylinderPlaneProjector
Calls SbCylinderPlaneProjector(0.9f, true).
Public methodSbCylinderPlaneProjector(Single)
Calls SbCylinderPlaneProjector(edgeTol, true).
Public methodSbCylinderPlaneProjector(SbCylinder)
Calls SbCylinderPlaneProjector(cyl, 0.9f, true).
Public methodSbCylinderPlaneProjector(Single, Boolean)

Constructor that uses a default cylinder aligned with the Y axis with radius 1.0.

Public methodSbCylinderPlaneProjector(SbCylinder, Single)
Calls SbCylinderPlaneProjector(cyl, edgeTol, true).
Public methodSbCylinderPlaneProjector(SbCylinder, Single, Boolean)

Constructor.

Top
See Also