SbViewVolumeProjectPointToLine Method (SbVec2f, SbLine) |
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 10.12.3.0.Release.06b0e87b7cea8fac7212261af84c81edf1d95c38
Syntax public void ProjectPointToLine(
SbVec2f pt,
out SbLine line
)
Public Sub ProjectPointToLine (
pt As SbVec2f,
<OutAttribute> ByRef line As SbLine
)
public:
void ProjectPointToLine(
SbVec2f pt,
[OutAttribute] SbLine% line
)
member ProjectPointToLine :
pt : SbVec2f *
line : SbLine byref -> unit
Parameters
- pt
- Type: OIV.InventorSbVec2f
- line
- Type: OIV.InventorSbLine
See Also