Class FillHoleBuilder
Inheritance
System.Object
System.MarshalByRefObject
FillHoleBuilder
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.Features
Assembly: NXOpen.dll
Syntax
public class FillHoleBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
FillHoleBuilder()
Declaration
protected FillHoleBuilder()
Properties
AreaControl
Declaration
public int AreaControl { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Attraction
Declaration
public int Attraction { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CurveChain
Declaration
public Section CurveChain { get; }
Property Value
Type | Description |
---|---|
Section |
DefaultEdgeContinuity
Declaration
public FillHoleBuilder.ContinuityTypes DefaultEdgeContinuity { get; set; }
Property Value
Type | Description |
---|---|
FillHoleBuilder.ContinuityTypes |
FacetBody
Declaration
public SelectFacetedBody FacetBody { get; }
Property Value
Type | Description |
---|---|
SelectFacetedBody |
Fullness
Declaration
public Expression Fullness { get; }
Property Value
Type | Description |
---|---|
Expression |
FullnessPoint
Declaration
public Point FullnessPoint { get; set; }
Property Value
Type | Description |
---|---|
Point |
Patch
Declaration
public bool Patch { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PickPoint
Declaration
public Point3d PickPoint { get; set; }
Property Value
Type | Description |
---|---|
Point3d |
SelectPassThrougCurves
Declaration
public Section SelectPassThrougCurves { get; }
Property Value
Type | Description |
---|---|
Section |
ShapeControlType
Declaration
public FillHoleBuilder.ShapeControlTypes ShapeControlType { get; set; }
Property Value
Type | Description |
---|---|
FillHoleBuilder.ShapeControlTypes |
Tolerance
Declaration
public double Tolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
GetBorderTypeItems()
Declaration
public FillHoleBuilder.BorderContinuity[] GetBorderTypeItems()
Returns
Type | Description |
---|---|
FillHoleBuilder.BorderContinuity[] |
SetBorderTypeItems(FillHoleBuilder.BorderContinuity[])
Declaration
public void SetBorderTypeItems(FillHoleBuilder.BorderContinuity[] markerToNodeListItem)
Parameters
Type | Name | Description |
---|---|---|
FillHoleBuilder.BorderContinuity[] | markerToNodeListItem |
Implements
System.Runtime.Remoting.Messaging.IMessageSink