Class DieDesignTrimPostBuilder
Inheritance
System.Object
System.MarshalByRefObject
DieDesignTrimPostBuilder
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.Tooling
Assembly: NXOpen.dll
Syntax
public class DieDesignTrimPostBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
DieDesignTrimPostBuilder()
Declaration
protected DieDesignTrimPostBuilder()
Properties
BasePlane
Declaration
public Plane BasePlane { get; set; }
Property Value
Type | Description |
---|---|
Plane |
BeltThickness
Declaration
public double BeltThickness { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
BoundaryCurves
Declaration
public Section BoundaryCurves { get; }
Property Value
Type | Description |
---|---|
Section |
CamDirection
Declaration
public Direction CamDirection { get; set; }
Property Value
Type | Description |
---|---|
Direction |
CAMRelief
Declaration
public double CAMRelief { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MachineAllowance
Declaration
public double MachineAllowance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Product
Declaration
public SelectBody Product { get; }
Property Value
Type | Description |
---|---|
SelectBody |
Profiles
Declaration
public SelectNXObjectList Profiles { get; }
Property Value
Type | Description |
---|---|
SelectNXObjectList |
ProfilesDirection
Declaration
public bool ProfilesDirection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UseApproxSheetBody
Declaration
public bool UseApproxSheetBody { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
SeedPointInfo(Double[], Double[])
Declaration
public void SeedPointInfo(double[] seedPoint, double[] seedTangent)
Parameters
Type | Name | Description |
---|---|---|
System.Double[] | seedPoint | |
System.Double[] | seedTangent |
Implements
System.Runtime.Remoting.Messaging.IMessageSink