Class BoundaryBuilder
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.Annotations
Assembly: NXOpen.dll
Syntax
public class BoundaryBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
BoundaryBuilder()
Declaration
protected BoundaryBuilder()
Properties
CurveBoundaries
Declaration
public SectionList CurveBoundaries { get; }
Property Value
Type | Description |
---|---|
SectionList |
DistanceTolerance
Declaration
public double DistanceTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SelectionType
Declaration
public BoundaryBuilder.SelectionMethod SelectionType { get; set; }
Property Value
Type | Description |
---|---|
BoundaryBuilder.SelectionMethod |
Methods
GetView()
Declaration
public View GetView()
Returns
Type | Description |
---|---|
View |
SetView(View)
Declaration
public void SetView(View view)
Parameters
Type | Name | Description |
---|---|---|
View | view |
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink