Class TrimSolidBuilder
Inheritance
System.Object
System.MarshalByRefObject
TrimSolidBuilder
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 TrimSolidBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
TrimSolidBuilder()
Declaration
protected TrimSolidBuilder()
Properties
ActionType
Declaration
public TrimSolidBuilder.TrimSolidAction ActionType { get; set; }
Property Value
Type | Description |
---|---|
TrimSolidBuilder.TrimSolidAction |
ChangeBoxSize
Declaration
public bool ChangeBoxSize { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Clearance
Declaration
public Expression Clearance { get; }
Property Value
Type | Description |
---|---|
Expression |
RegionFaces
Declaration
public ScCollector RegionFaces { get; }
Property Value
Type | Description |
---|---|
ScCollector |
RemoveParameter
Declaration
public bool RemoveParameter { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SelectBoundBox
Declaration
public SelectBody SelectBoundBox { get; }
Property Value
Type | Description |
---|---|
SelectBody |
SelectLinkTarget
Declaration
public SelectComponent SelectLinkTarget { get; }
Property Value
Type | Description |
---|---|
SelectComponent |
SheetBody
Declaration
public SelectBodyList SheetBody { get; }
Property Value
Type | Description |
---|---|
SelectBodyList |
TaggedFaces
Declaration
public SelectFaceList TaggedFaces { get; }
Property Value
Type | Description |
---|---|
SelectFaceList |
TrimDirection
Declaration
public bool TrimDirection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Type
Declaration
public TrimSolidBuilder.Types Type { get; set; }
Property Value
Type | Description |
---|---|
TrimSolidBuilder.Types |
Methods
CreateBoundBox()
Declaration
public void CreateBoundBox()
CreateToolingBox()
Declaration
public Body CreateToolingBox()
Returns
Type | Description |
---|---|
Body |
InsideBoundBox()
Declaration
public void InsideBoundBox()
InsideCrossBoundBox()
Declaration
public void InsideCrossBoundBox()
SetBoundBox(Body)
Declaration
public void SetBoundBox(Body block)
Parameters
Type | Name | Description |
---|---|---|
Body | block |
SetManualBody(Body)
Declaration
public void SetManualBody(Body block)
Parameters
Type | Name | Description |
---|---|---|
Body | block |
Implements
System.Runtime.Remoting.Messaging.IMessageSink