Class SewFacetBodyBuilder
Inheritance
System.Object
System.MarshalByRefObject
SewFacetBodyBuilder
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.Facet
Assembly: NXOpen.dll
Syntax
public class SewFacetBodyBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SewFacetBodyBuilder()
Declaration
protected SewFacetBodyBuilder()
Properties
DeformBody
Declaration
public SelectFacetedBody DeformBody { get; }
Property Value
Type | Description |
---|---|
SelectFacetedBody |
DeformDistance
Declaration
public Expression DeformDistance { get; }
Property Value
Type | Description |
---|---|
Expression |
DistanceTolerance
Declaration
public double DistanceTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
InputStatus
Declaration
public SewFacetBodyBuilder.Input InputStatus { get; set; }
Property Value
Type | Description |
---|---|
SewFacetBodyBuilder.Input |
TargetBody
Declaration
public SelectFacetedBody TargetBody { get; }
Property Value
Type | Description |
---|---|
SelectFacetedBody |
Vertex1
Declaration
public Point Vertex1 { get; set; }
Property Value
Type | Description |
---|---|
Point |
Vertex2
Declaration
public Point Vertex2 { get; set; }
Property Value
Type | Description |
---|---|
Point |
Methods
FlipRange()
Declaration
public void FlipRange()
Implements
System.Runtime.Remoting.Messaging.IMessageSink