Class SmoothCurveStringBuilder
Inheritance
System.Object
System.MarshalByRefObject
SmoothCurveStringBuilder
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 SmoothCurveStringBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
SmoothCurveStringBuilder()
Declaration
protected SmoothCurveStringBuilder()
Properties
AddFillets
Declaration
public bool AddFillets { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AngularThreshold
Declaration
public Expression AngularThreshold { get; }
Property Value
Type | Description |
---|---|
Expression |
CurveFitData
Declaration
public CurveFitData CurveFitData { get; }
Property Value
Type | Description |
---|---|
CurveFitData |
CurveOptions
Declaration
public CurveOptions CurveOptions { get; }
Property Value
Type | Description |
---|---|
CurveOptions |
Curves
Declaration
public Section Curves { get; }
Property Value
Type | Description |
---|---|
Section |
DistanceThreshold
Declaration
public Expression DistanceThreshold { get; }
Property Value
Type | Description |
---|---|
Expression |
FixedCurves
Declaration
public SelectCurveList FixedCurves { get; }
Property Value
Type | Description |
---|---|
SelectCurveList |
LevelType
Declaration
public SmoothCurveStringBuilder.LevelTypes LevelType { get; set; }
Property Value
Type | Description |
---|---|
SmoothCurveStringBuilder.LevelTypes |
MergeType
Declaration
public SmoothCurveStringBuilder.MergeTypes MergeType { get; set; }
Property Value
Type | Description |
---|---|
SmoothCurveStringBuilder.MergeTypes |
Radius
Declaration
public Expression Radius { get; }
Property Value
Type | Description |
---|---|
Expression |
SupportFaces
Declaration
public ScCollector SupportFaces { get; }
Property Value
Type | Description |
---|---|
ScCollector |
Tolerance
Declaration
public Expression Tolerance { get; }
Property Value
Type | Description |
---|---|
Expression |
Type
Declaration
public SmoothCurveStringBuilder.Types Type { get; set; }
Property Value
Type | Description |
---|---|
SmoothCurveStringBuilder.Types |
Methods
UpdateOnExpressionChange()
Declaration
public void UpdateOnExpressionChange()
Implements
System.Runtime.Remoting.Messaging.IMessageSink