PlaneSet(Point3d, Vector3d)
Method
 | 
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
 
public void Set(
        Point3d pointValue,
        Vector3d normal
)
 
Public Sub Set ( 
        pointValue As Point3d,
        normal As Vector3d
)
 
public:
void Set(
        Point3d pointValue, 
        Vector3d normal
)
 
member Set : 
        pointValue : Point3d * 
        normal : Vector3d -> unit 
 
 
 
Parameters
- pointValue  Point3d
 
-  
 
- normal  Vector3d
 
-  
 
 
See Also