Quad3d Class

Public Class Quad3d
This language is not supported or no code example is available.
public class Quad3d
This language is not supported or no code example is available.
public ref class Quad3d 
This language is not supported or no code example is available.
public class Quad3d
This language is not supported or no code example is available.
Methods
 
Name Description
Public method ClosestPointNew()
Public method ClosetPoint(Point3d)
Public method Contains(Point3d) checks if the point pt is on the same plane as the quad AND is inside the area of the quad or at most maxdist away. This function is slightly faster if maxdist is 0.0.
Public method Contains2(Point3d)
Public method Distance(Point3d)
Public method Distance2(Point3d, out Point3d, out int)
Public method DistanceSpecial(Point3d)
Public method DistanceSpecial2(Point3d)
Public method Eval(double, double)
Public method GetEdge(int)
Public method GetNormal(double, double)
Public method Point(int) Wants a point index 0-3
Public method ToString() Returns a string that represents the current object.
Public method Transform(Matrix3d)
Public method WriteAutoCADScript(StreamWriter, int)
Top
Fields
 
Name Description
Public field Tag
Top
IGS.Genamo.Quad3d

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition