CreatePlanePerCurveAndPassPoint Method (IModelDoc2)
Obsolete. Superseded by IModelDoc2::CreatePlanePerCurveAndPassPoint3.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub CreatePlanePerCurveAndPassPoint( _
ByVal OrigAtCurve As Boolean _
) |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc2
Dim OrigAtCurve As Boolean
instance.CreatePlanePerCurveAndPassPoint(OrigAtCurve)
|
C# | |
---|
void CreatePlanePerCurveAndPassPoint(
bool OrigAtCurve
) |
C++/CLI | |
---|
void CreatePlanePerCurveAndPassPoint(
& bool OrigAtCurve
) |
Parameters
- OrigAtCurve
-
See Also