Class CADFace
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CADFace
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Geometry.TwoD
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CADFace : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Methods
AddArc(Vector2D, Double, Double, Double)
Declaration
public void AddArc(Vector2D circleOrigin, double radius, double startAngle, double sweepAngle)
Parameters
Type | Name | Description |
---|---|---|
Vector2D | circleOrigin | |
System.Double | radius | |
System.Double | startAngle | |
System.Double | sweepAngle |
AddLine(Vector2D, Vector2D)
Declaration
public void AddLine(Vector2D point1, Vector2D point2)
Parameters
Type | Name | Description |
---|---|---|
Vector2D | point1 | |
Vector2D | point2 |
AddPolyLine(List<Vector2D>)
Declaration
public void AddPolyLine(List<Vector2D> points)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<Vector2D> | points |
Implements
System.IEquatable<T>