Class EjectorPostProcessingBuilder
Inheritance
System.Object
System.MarshalByRefObject
EjectorPostProcessingBuilder
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 EjectorPostProcessingBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
EjectorPostProcessingBuilder()
Declaration
protected EjectorPostProcessingBuilder()
Properties
ActionType
Declaration
public EjectorPostProcessingBuilder.TrimMethod ActionType { get; set; }
Property Value
Type | Description |
---|---|
EjectorPostProcessingBuilder.TrimMethod |
FitDistance
Declaration
public Expression FitDistance { get; }
Property Value
Type | Description |
---|---|
Expression |
ForceFitDistance
Declaration
public bool ForceFitDistance { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
OffsetValue
Declaration
public Expression OffsetValue { get; }
Property Value
Type | Description |
---|---|
Expression |
PrecisionValue
Declaration
public double PrecisionValue { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TargetComponents
Declaration
public SelectNXObjectList TargetComponents { get; }
Property Value
Type | Description |
---|---|
SelectNXObjectList |
ToolFace
Declaration
public ScCollector ToolFace { get; }
Property Value
Type | Description |
---|---|
ScCollector |
ToolSheetBody
Declaration
public SelectBody ToolSheetBody { get; }
Property Value
Type | Description |
---|---|
SelectBody |
TrimPart
Declaration
public EjectorPostProcessingBuilder.TrimPartName TrimPart { get; set; }
Property Value
Type | Description |
---|---|
EjectorPostProcessingBuilder.TrimPartName |
TrimSurface
Declaration
public EjectorPostProcessingBuilder.TrimSufaceName TrimSurface { get; set; }
Property Value
Type | Description |
---|---|
EjectorPostProcessingBuilder.TrimSufaceName |
Methods
SetTrimDataDetails(Int32, NXObject[], NXObject[])
Declaration
public void SetTrimDataDetails(int surfaceType, NXObject[] targets, NXObject[] tools)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | surfaceType | |
NXObject[] | targets | |
NXObject[] | tools |
Implements
System.Runtime.Remoting.Messaging.IMessageSink