Class ReplaceSolidBuilder
Inheritance
System.Object
System.MarshalByRefObject
ReplaceSolidBuilder
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 ReplaceSolidBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ReplaceSolidBuilder()
Declaration
protected ReplaceSolidBuilder()
Properties
BoundingBoxBuilder
Declaration
[Obsolete("Deprecated in NX10.0.0. Use Tooling.ReplaceSolidBuilder.GetBoundedBoxBuilder instead.")]
public CreateBoxBuilder BoundingBoxBuilder { get; set; }
Property Value
Type | Description |
---|---|
CreateBoxBuilder |
BoxFaceToggle
Declaration
public bool BoxFaceToggle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Clearance
Declaration
public Expression Clearance { get; }
Property Value
Type | Description |
---|---|
Expression |
FaceReverseDirection
Declaration
public bool FaceReverseDirection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
RemoveParameter
Declaration
public bool RemoveParameter { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SelFace
Declaration
public SelectFaceList SelFace { get; }
Property Value
Type | Description |
---|---|
SelectFaceList |
Methods
EditBox()
Declaration
public void EditBox()
GetBoundedBoxBuilder()
Declaration
public ToolingBoxBuilder GetBoundedBoxBuilder()
Returns
Type | Description |
---|---|
ToolingBoxBuilder |
ReverseFaceDirectionCallBack(NXObject, Int32)
Declaration
public void ReverseFaceDirectionCallBack(NXObject faceEid, int state)
Parameters
Type | Name | Description |
---|---|---|
NXObject | faceEid | |
System.Int32 | state |
SetBoundedBoxBuilder(ToolingBoxBuilder)
Declaration
public void SetBoundedBoxBuilder(ToolingBoxBuilder boxBuilder)
Parameters
Type | Name | Description |
---|---|---|
ToolingBoxBuilder | boxBuilder |
UpdateFaceListState(NXObject, Int32, Int32, Int32)
Declaration
public void UpdateFaceListState(NXObject faceEid, int reverse, int faceForBoxFlag, int action)
Parameters
Type | Name | Description |
---|---|---|
NXObject | faceEid | |
System.Int32 | reverse | |
System.Int32 | faceForBoxFlag | |
System.Int32 | action |
UpdateForFaceChange()
Declaration
public void UpdateForFaceChange()
Implements
System.Runtime.Remoting.Messaging.IMessageSink