Class AddSurfBuilder
Inheritance
System.Object
System.MarshalByRefObject
AddSurfBuilder
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.Die
Assembly: NXOpen.dll
Syntax
public class AddSurfBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
AddSurfBuilder()
Declaration
protected AddSurfBuilder()
Properties
Associative
Declaration
public bool Associative { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ConcaveCornerRadius
Declaration
public Expression ConcaveCornerRadius { get; }
Property Value
Type | Description |
---|---|
Expression |
DistanceTolerance
Declaration
public double DistanceTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Limits
Declaration
public DieLimitsBuilder Limits { get; }
Property Value
Type | Description |
---|---|
DieLimitsBuilder |
Method
Declaration
public AddSurfBuilder.Methods Method { get; set; }
Property Value
Type | Description |
---|---|
AddSurfBuilder.Methods |
RefPoint
Declaration
public Point RefPoint { get; set; }
Property Value
Type | Description |
---|---|
Point |
SelectSection
Declaration
public SelectNXObjectList SelectSection { get; }
Property Value
Type | Description |
---|---|
SelectNXObjectList |
Sewn
Declaration
public bool Sewn { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Spine
Declaration
public ScCollector Spine { get; }
Property Value
Type | Description |
---|---|
ScCollector |
SpineRadius
Declaration
public double SpineRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TrimBound
Declaration
public ScCollector TrimBound { get; }
Property Value
Type | Description |
---|---|
ScCollector |
Methods
CreateDefaultSpine()
Declaration
public void CreateDefaultSpine()
Implements
System.Runtime.Remoting.Messaging.IMessageSink