SetOrigin Method (IMathPlane) Send Feedback
See Also 
Point
IMathPoint
Sets the origin of this plane to the specified point.

Syntax

Visual Basic 
Sub SetOrigin( _
   ByVal Point As MathPoint _
) 
C# 
void SetOrigin( 
   MathPoint Point
)
JavaScript 
SetOrigin( 
   Point : dsMathPoint
)
COM native C++ 
HRESULT SetOrigin( 
   IMathPoint* Point
) 
C++ 
DSRESULT SetOrigin( 
   dsMathPoint* Point
) 

Parameters

Point
IMathPoint
 

See Also

Availability

DraftSight V1R1.4