Search Results for

    Show / Hide Table of Contents

    Class ScalingMethodBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ScalingMethodBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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.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
    System.Double

    PerimeterLaw

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

    ScaleFactor

    Declaration
    public double ScaleFactor { get; set; }
    Property Value
    Type Description
    System.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
    System.Double

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX