SbCylinderProjectorSetCylinder Method |
Sets the cylinder on which to project points.
Namespace: OIV.Inventor.ProjectorsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void SetCylinder(
SbCylinder cyl
)
Public Sub SetCylinder (
cyl As SbCylinder
)
public:
void SetCylinder(
SbCylinder cyl
)
member SetCylinder :
cyl : SbCylinder -> unit
Parameters
- cyl
- Type: OIV.InventorSbCylinder
Remarks The default cylinder is aligned with the Y axis and has radius 1.0.
See Also