Class TrimBodyBuilder
Inheritance
TrimBodyBuilder
Assembly: NXOpen.dll
Syntax
public class TrimBodyBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
TrimBodyBuilder()
Declaration
protected TrimBodyBuilder()
Properties
Tool
Declaration
public NXObject Tool { get; set; }
Property Value
TrimDirection
Declaration
public TrimBodyBuilder.DirectionType TrimDirection { get; set; }
Property Value
Methods
AddTarget(Body)
Declaration
public void AddTarget(Body target)
Parameters
Type |
Name |
Description |
Body |
target |
|
GetTargets()
Declaration
public Body[] GetTargets()
Returns
RemoveTarget(Body)
Declaration
public void RemoveTarget(Body target)
Parameters
Type |
Name |
Description |
Body |
target |
|
Reverse()
Declaration
SetTargets(Body[])
Declaration
public void SetTargets(Body[] target)
Parameters
Type |
Name |
Description |
Body[] |
target |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink