Class ScaleCurveBuilder
Inheritance
System.Object
System.MarshalByRefObject
ScaleCurveBuilder
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 ScaleCurveBuilder : ServiceOrientedFeatureCurveBuilder, IMessageSink, IComponentBuilder
Constructors
ScaleCurveBuilder()
Declaration
protected ScaleCurveBuilder()
Properties
CurveSettings
Declaration
public CurveSettings CurveSettings { get; set; }
Property Value
Type | Description |
---|---|
CurveSettings |
ObjectsToScale
Declaration
public Section ObjectsToScale { get; }
Property Value
Type | Description |
---|---|
Section |
ReferenceCSYS
Declaration
public CoordinateSystem ReferenceCSYS { get; set; }
Property Value
Type | Description |
---|---|
CoordinateSystem |
ReferencePoint
Declaration
public Point ReferencePoint { get; set; }
Property Value
Type | Description |
---|---|
Point |
ScaleAlongXDirection
Declaration
public Expression ScaleAlongXDirection { get; }
Property Value
Type | Description |
---|---|
Expression |
ScaleAlongYDirection
Declaration
public Expression ScaleAlongYDirection { get; }
Property Value
Type | Description |
---|---|
Expression |
ScaleAlongZDirection
Declaration
public Expression ScaleAlongZDirection { get; }
Property Value
Type | Description |
---|---|
Expression |
ScaleType
Declaration
public ScaleCurveBuilder.ScaleCurveType ScaleType { get; set; }
Property Value
Type | Description |
---|---|
ScaleCurveBuilder.ScaleCurveType |
UniformScaleFactor
Declaration
public Expression UniformScaleFactor { get; }
Property Value
Type | Description |
---|---|
Expression |
Implements
System.Runtime.Remoting.Messaging.IMessageSink