Class ScaleCurveBuilder
Inheritance
ScaleCurveBuilder
Assembly: NXOpen.dll
Syntax
public class ScaleCurveBuilder : ServiceOrientedFeatureCurveBuilder, IMessageSink, IComponentBuilder
Constructors
ScaleCurveBuilder()
Declaration
protected ScaleCurveBuilder()
Properties
CurveSettings
Declaration
public CurveSettings CurveSettings { get; set; }
Property Value
ObjectsToScale
Declaration
public Section ObjectsToScale { get; }
Property Value
ReferenceCSYS
Declaration
public CoordinateSystem ReferenceCSYS { get; set; }
Property Value
ReferencePoint
Declaration
public Point ReferencePoint { get; set; }
Property Value
ScaleAlongXDirection
Declaration
public Expression ScaleAlongXDirection { get; }
Property Value
ScaleAlongYDirection
Declaration
public Expression ScaleAlongYDirection { get; }
Property Value
ScaleAlongZDirection
Declaration
public Expression ScaleAlongZDirection { get; }
Property Value
ScaleType
Declaration
public ScaleCurveBuilder.ScaleCurveType ScaleType { get; set; }
Property Value
Declaration
public Expression UniformScaleFactor { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink