Class Polytriangle
Assembly: NXOpen.dll
Syntax
public class Polytriangle : Primitive, IMessageSink, IDisposable
Constructors
Polytriangle(nint)
Declaration
protected Polytriangle(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
Color
Declaration
public NXColor Color { get; }
Property Value
IsFilled
Declaration
public bool IsFilled { get; }
Property Value
Methods
GetPoints(out Point3d[])
Declaration
public void GetPoints(out Point3d[] points)
Parameters
Type |
Name |
Description |
Point3d[] |
points |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink