Search Results for

    Show / Hide Table of Contents

    Class ScalingMethodBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ScalingMethodBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.GeometricUtilities
    Assembly: NXOpen.dll
    Syntax
    public class ScalingMethodBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    ScalingMethodBuilder()

    Declaration
    protected ScalingMethodBuilder()

    Properties

    AreaLaw

    Declaration
    public LawBuilder AreaLaw { get; }
    Property Value
    Type Description
    LawBuilder

    BlendingFunctionType

    Declaration
    public ScalingMethodBuilder.BlendingFunctionTypes BlendingFunctionType { get; set; }
    Property Value
    Type Description
    ScalingMethodBuilder.BlendingFunctionTypes

    EndBlendScaleFactor

    Declaration
    public double EndBlendScaleFactor { get; set; }
    Property Value
    Type Description
    double

    PerimeterLaw

    Declaration
    public LawBuilder PerimeterLaw { get; }
    Property Value
    Type Description
    LawBuilder

    ScaleFactor

    Declaration
    public double ScaleFactor { get; set; }
    Property Value
    Type Description
    double

    ScalingCurve

    Declaration
    public Section ScalingCurve { get; }
    Property Value
    Type Description
    Section

    ScalingOption

    Declaration
    public ScalingMethodBuilder.ScalingOptions ScalingOption { get; set; }
    Property Value
    Type Description
    ScalingMethodBuilder.ScalingOptions

    ScalingPoint

    Declaration
    public Point ScalingPoint { get; set; }
    Property Value
    Type Description
    Point

    StartBlendScaleFactor

    Declaration
    public double StartBlendScaleFactor { get; set; }
    Property Value
    Type Description
    double

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX