Class LineupBuilder
Inheritance
System.Object
System.MarshalByRefObject
LineupBuilder
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Die
Assembly: NXOpen.dll
Syntax
public class LineupBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
LineupBuilder()
Declaration
protected LineupBuilder()
Properties
FlowDirection
Declaration
public Vector3d FlowDirection { get; set; }
Property Value
Type | Description |
---|---|
Vector3d |
Origin
Declaration
public Point3d Origin { get; set; }
Property Value
Type | Description |
---|---|
Point3d |
PressDirection
Declaration
public Vector3d PressDirection { get; set; }
Property Value
Type | Description |
---|---|
Vector3d |
Methods
GetDetails()
Declaration
public string[] GetDetails()
Returns
Type | Description |
---|---|
System.String[] |
GetProductBodies()
Declaration
public Body[] GetProductBodies()
Returns
Type | Description |
---|---|
Body[] |
SetDetails(String[])
Declaration
public void SetDetails(string[] strings)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | strings |
SetProductBodies(Body[])
Declaration
public void SetProductBodies(Body[] objects)
Parameters
Type | Name | Description |
---|---|---|
Body[] | objects |
Implements
System.Runtime.Remoting.Messaging.IMessageSink