Class SpunOutlineGeom
Inheritance
SpunOutlineGeom
Assembly: NXOpen.dll
Syntax
public class SpunOutlineGeom : TaggedObject, IMessageSink, IComponentBuilder
Constructors
SpunOutlineGeom()
Declaration
protected SpunOutlineGeom()
Properties
CreationMethod
Declaration
public SpunOutlineGeom.CreationTypes CreationMethod { get; set; }
Property Value
Methods
Generate()
Declaration
Returns
GetPlanesAtAngles(out double[], out double[], out int[])
Declaration
public void GetPlanesAtAngles(out double[] startAngle, out double[] incrementAngle, out int[] numberOfPlanes)
Parameters
Type |
Name |
Description |
double[] |
startAngle |
|
double[] |
incrementAngle |
|
int[] |
numberOfPlanes |
|
GetPlanesThroughPoints(out Point[], out double[], out int[])
Declaration
public void GetPlanesThroughPoints(out Point[] points, out double[] incrementAngle, out int[] numberOfPlanes)
Parameters
Type |
Name |
Description |
Point[] |
points |
|
double[] |
incrementAngle |
|
int[] |
numberOfPlanes |
|
SetPlanesAtAngles(double[], double[], int[])
Declaration
public void SetPlanesAtAngles(double[] startAngle, double[] incrementAngle, int[] numberOfPlanes)
Parameters
Type |
Name |
Description |
double[] |
startAngle |
|
double[] |
incrementAngle |
|
int[] |
numberOfPlanes |
|
SetPlanesThroughPoints(Point[], double[], int[])
Declaration
public void SetPlanesThroughPoints(Point[] points, double[] incrementAngle, int[] numberOfPlanes)
Parameters
Type |
Name |
Description |
Point[] |
points |
|
double[] |
incrementAngle |
|
int[] |
numberOfPlanes |
|
Validate()
Declaration
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink