Class TrimMoldComponentsBuilder
Inheritance
System.Object
System.MarshalByRefObject
TrimMoldComponentsBuilder
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 TrimMoldComponentsBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
TrimMoldComponentsBuilder()
Declaration
protected TrimMoldComponentsBuilder()
Properties
ActionType
Declaration
public TrimMoldComponentsBuilder.TrimMethod ActionType { get; set; }
Property Value
Type | Description |
---|---|
TrimMoldComponentsBuilder.TrimMethod |
TargetBodies
Declaration
public SelectBodyList TargetBodies { get; }
Property Value
Type | Description |
---|---|
SelectBodyList |
TargetSelectScope
Declaration
public TrimMoldComponentsBuilder.TargetScope TargetSelectScope { get; set; }
Property Value
Type | Description |
---|---|
TrimMoldComponentsBuilder.TargetScope |
ToolFace
Declaration
public ScCollector ToolFace { get; }
Property Value
Type | Description |
---|---|
ScCollector |
ToolSheetBody
Declaration
public SelectBody ToolSheetBody { get; }
Property Value
Type | Description |
---|---|
SelectBody |
TrimDirection
Declaration
public bool TrimDirection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TrimPart
Declaration
public TrimMoldComponentsBuilder.TrimPartName TrimPart { get; set; }
Property Value
Type | Description |
---|---|
TrimMoldComponentsBuilder.TrimPartName |
TrimSurface
Declaration
public TrimMoldComponentsBuilder.TrimSurfaceName TrimSurface { get; set; }
Property Value
Type | Description |
---|---|
TrimMoldComponentsBuilder.TrimSurfaceName |
Methods
SetTrimDataDetails(Int32, Int32, NXObject[], NXObject[])
Declaration
public void SetTrimDataDetails(int surfaceType, int trimDirection, NXObject[] targets, NXObject[] tools)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | surfaceType | |
System.Int32 | trimDirection | |
NXObject[] | targets | |
NXObject[] | tools |
Implements
System.Runtime.Remoting.Messaging.IMessageSink