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

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

Public methodSbCylinderSectionProjector(SbCylinder, Single)
Calls SbCylinderSectionProjector(cyl, edgeTol, true).
Public methodSbCylinderSectionProjector(SbCylinder, Single, Boolean)

Constructor.

Top
See Also