SbLineProjectorSetLine Method |
Sets the line on which to project 2D points.
Namespace: OIV.Inventor.ProjectorsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetLine(
SbLine line
)
Public Sub SetLine (
line As SbLine
)
public:
void SetLine(
SbLine line
)
member SetLine :
line : SbLine -> unit
Parameters
- line
- Type: OIV.InventorSbLine
Remarks See Also