Class OutputCurvesBuilder
Inheritance
System.Object
System.MarshalByRefObject
OutputCurvesBuilder
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 OutputCurvesBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
OutputCurvesBuilder()
Declaration
protected OutputCurvesBuilder()
Properties
AngleTolerance
Declaration
public double AngleTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DistanceTolerance
Declaration
public double DistanceTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
FirstLimitPoint
Declaration
public Point3d FirstLimitPoint { get; set; }
Property Value
Type | Description |
---|---|
Point3d |
LastLimitPoint
Declaration
public Point3d LastLimitPoint { get; set; }
Property Value
Type | Description |
---|---|
Point3d |
OffsetDistance
Declaration
public double OffsetDistance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ReferenceFeature
Declaration
public Feature ReferenceFeature { get; set; }
Property Value
Type | Description |
---|---|
Feature |
ReferencePoint
Declaration
public Point3d ReferencePoint { get; set; }
Property Value
Type | Description |
---|---|
Point3d |
SmoothTolerance
Declaration
public double SmoothTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SmoothType
Declaration
public OutputCurvesBuilder.SmoothTypes SmoothType { get; set; }
Property Value
Type | Description |
---|---|
OutputCurvesBuilder.SmoothTypes |
TrimCurveCreateType
Declaration
public OutputCurvesBuilder.TrimCurveCreateTypes TrimCurveCreateType { get; set; }
Property Value
Type | Description |
---|---|
OutputCurvesBuilder.TrimCurveCreateTypes |
TrimCurveType
Declaration
public OutputCurvesBuilder.TrimCurveTypes TrimCurveType { get; set; }
Property Value
Type | Description |
---|---|
OutputCurvesBuilder.TrimCurveTypes |
TrimOutputCurveType
Declaration
public OutputCurvesBuilder.TrimOutputCurveTypes TrimOutputCurveType { get; set; }
Property Value
Type | Description |
---|---|
OutputCurvesBuilder.TrimOutputCurveTypes |
Methods
CreateNonAssociative()
Declaration
public ICurve[] CreateNonAssociative()
Returns
Type | Description |
---|---|
ICurve[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink