Class LocalScaleCurveBuilder
Inheritance
System.Object
System.MarshalByRefObject
LocalScaleCurveBuilder
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 LocalScaleCurveBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
LocalScaleCurveBuilder()
Declaration
protected LocalScaleCurveBuilder()
Properties
CurveFinder
Declaration
public CurveFinderBuilder CurveFinder { get; }
Property Value
Type | Description |
---|---|
CurveFinderBuilder |
Distance
Declaration
public Expression Distance { get; }
Property Value
Type | Description |
---|---|
Expression |
DistanceTolerance
Declaration
public double DistanceTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
InputScaleFactor
Declaration
public Expression InputScaleFactor { get; }
Property Value
Type | Description |
---|---|
Expression |
KeepOrthogonal
Declaration
public bool KeepOrthogonal { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
KeepTangent
Declaration
public int KeepTangent { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ScaleOrigin
Declaration
public Point3d ScaleOrigin { get; set; }
Property Value
Type | Description |
---|---|
Point3d |
SizeOption
Declaration
public int SizeOption { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
System.Runtime.Remoting.Messaging.IMessageSink