ICreatePlanePerCurveAndPassPoint3 Method (IModelDoc2)
Obsolete. Superseded by IFeatureManager::InsertRefPlane.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ICreatePlanePerCurveAndPassPoint3( _
ByVal OrigAtCurve As Boolean, _
ByVal AutoSize As Boolean _
) As RefPlane |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc2
Dim OrigAtCurve As Boolean
Dim AutoSize As Boolean
Dim value As RefPlane
value = instance.ICreatePlanePerCurveAndPassPoint3(OrigAtCurve, AutoSize)
|
Parameters
- OrigAtCurve
True if you want the origin to be on the curve, false if not
- AutoSize
True if plane is to be automatically sized, false if not
Return Value
Newly created
reference plane
Remarks
See Also