Class MatchSurfaceBuilder
Inheritance
System.Object
System.MarshalByRefObject
MatchSurfaceBuilder
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.GeometricUtilities
Assembly: NXOpen.dll
Syntax
public class MatchSurfaceBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
MatchSurfaceBuilder()
Declaration
protected MatchSurfaceBuilder()
Properties
AngleTolerance
Declaration
public double AngleTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Constraint
Declaration
public MatchSurfaceBuilder.MatchConstaint Constraint { get; set; }
Property Value
Type | Description |
---|---|
MatchSurfaceBuilder.MatchConstaint |
DistanceTolerance
Declaration
public double DistanceTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
EditEdge
Declaration
public SelectEdge EditEdge { get; }
Property Value
Type | Description |
---|---|
SelectEdge |
EndToEnd
Declaration
public bool EndToEnd { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
KeepSheet
Declaration
public bool KeepSheet { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MatchExact
Declaration
public bool MatchExact { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Reference
Declaration
public SelectEdge Reference { get; }
Property Value
Type | Description |
---|---|
SelectEdge |
ReferenceFace
Declaration
public SelectFace ReferenceFace { get; }
Property Value
Type | Description |
---|---|
SelectFace |
RegionLimit
Declaration
public OnPathDimensionBuilder RegionLimit { get; }
Property Value
Type | Description |
---|---|
OnPathDimensionBuilder |
Implements
System.Runtime.Remoting.Messaging.IMessageSink