Class IsoclineCurveBuilder
Inheritance
System.Object
System.MarshalByRefObject
IsoclineCurveBuilder
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 IsoclineCurveBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
IsoclineCurveBuilder()
Declaration
protected IsoclineCurveBuilder()
Properties
CanOptimizeCurve
Declaration
public bool CanOptimizeCurve { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CurveFitData
Declaration
public CurveFitData CurveFitData { get; }
Property Value
Type | Description |
---|---|
CurveFitData |
DistanceThreshold
Declaration
public double DistanceThreshold { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
EndAngle
Declaration
public Expression EndAngle { get; }
Property Value
Type | Description |
---|---|
Expression |
Face
Declaration
public ScCollector Face { get; }
Property Value
Type | Description |
---|---|
ScCollector |
IntervalAngle
Declaration
public Expression IntervalAngle { get; }
Property Value
Type | Description |
---|---|
Expression |
IsAssociative
Declaration
public bool IsAssociative { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsoclineAngle
Declaration
public Expression IsoclineAngle { get; }
Property Value
Type | Description |
---|---|
Expression |
IsoclineTypes
Declaration
public IsoclineCurveBuilder.CurveTypes IsoclineTypes { get; set; }
Property Value
Type | Description |
---|---|
IsoclineCurveBuilder.CurveTypes |
ReferenceDirection
Declaration
public Direction ReferenceDirection { get; set; }
Property Value
Type | Description |
---|---|
Direction |
StartAngle
Declaration
public Expression StartAngle { get; }
Property Value
Type | Description |
---|---|
Expression |
Methods
CreateIsocline()
Declaration
public void CreateIsocline()
Implements
System.Runtime.Remoting.Messaging.IMessageSink