Class LocalUntrimBuilder
Inheritance
System.Object
System.MarshalByRefObject
LocalUntrimBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class LocalUntrimBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
LocalUntrimBuilder()
Declaration
protected LocalUntrimBuilder()
Properties
EdgeCollector
Declaration
public ScCollector EdgeCollector { get; }
Property Value
EditCopy
Declaration
public bool EditCopy { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Face
Declaration
public SelectFace Face { get; }
Property Value
RemoveBoundary
Declaration
public bool RemoveBoundary { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UEndDistance
Declaration
public Expression UEndDistance { get; }
Property Value
UEndLimit
Declaration
public OnPathDimensionBuilder UEndLimit { get; }
Property Value
UStartDistance
Declaration
public Expression UStartDistance { get; }
Property Value
UStartLimit
Declaration
public OnPathDimensionBuilder UStartLimit { get; }
Property Value
VEndDistance
Declaration
public Expression VEndDistance { get; }
Property Value
VEndLimit
Declaration
public OnPathDimensionBuilder VEndLimit { get; }
Property Value
VStartDistance
Declaration
public Expression VStartDistance { get; }
Property Value
VStartLimit
Declaration
public OnPathDimensionBuilder VStartLimit { get; }
Property Value
Methods
CleanUpFeaturesCreated()
Declaration
public void CleanUpFeaturesCreated()
CreateCopyFace()
Declaration
public void CreateCopyFace()
CreateProductBoundingBox()
Declaration
public void CreateProductBoundingBox()
SetCurrentFeature(Feature)
Declaration
public void SetCurrentFeature(Feature object)
Parameters
Type |
Name |
Description |
Feature |
object |
|
SetInitialDistanceValue(Double[])
Declaration
public void SetInitialDistanceValue(double[] distanceValues)
Parameters
Type |
Name |
Description |
System.Double[] |
distanceValues |
|
SetLimitChangeValue(Int32)
Declaration
public void SetLimitChangeValue(int limitType)
Parameters
Type |
Name |
Description |
System.Int32 |
limitType |
|
SetOriginalFace(Face)
Declaration
public void SetOriginalFace(Face originalFace)
Parameters
Type |
Name |
Description |
Face |
originalFace |
|
UpdateBoundingBox()
Declaration
public void UpdateBoundingBox()
Implements
System.Runtime.Remoting.Messaging.IMessageSink