Search Results for

    Show / Hide Table of Contents

    Class BlankNestingBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    BlankNestingBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    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.Tooling
    Assembly: NXOpen.dll
    Syntax
    public class BlankNestingBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    BlankNestingBuilder()

    Declaration
    protected BlankNestingBuilder()

    Properties

    AngleResult

    Declaration
    public double AngleResult { get; set; }
    Property Value
    Type Description
    System.Double

    AngleResultExp

    Declaration
    public Expression AngleResultExp { get; }
    Property Value
    Type Description
    Expression

    AngleStep

    Declaration
    public double AngleStep { get; set; }
    Property Value
    Type Description
    System.Double

    AngleStepExp

    Declaration
    public Expression AngleStepExp { get; }
    Property Value
    Type Description
    Expression

    BlankArea

    Declaration
    public double BlankArea { get; set; }
    Property Value
    Type Description
    System.Double

    BlankAreaExp

    Declaration
    public Expression BlankAreaExp { get; }
    Property Value
    Type Description
    Expression

    BoundarySegment

    Declaration
    public int BoundarySegment { get; set; }
    Property Value
    Type Description
    System.Int32

    HeightStep

    Declaration
    public double HeightStep { get; set; }
    Property Value
    Type Description
    System.Double

    IsReNest

    Declaration
    public bool IsReNest { get; set; }
    Property Value
    Type Description
    System.Boolean

    LayoutType

    Declaration
    public BlankNestingBuilder.LayoutTypeSpecification LayoutType { get; set; }
    Property Value
    Type Description
    BlankNestingBuilder.LayoutTypeSpecification

    MinimumDistance

    Declaration
    public double MinimumDistance { get; set; }
    Property Value
    Type Description
    System.Double

    MinimumDistanceExp

    Declaration
    public Expression MinimumDistanceExp { get; }
    Property Value
    Type Description
    Expression

    PitchResult

    Declaration
    public double PitchResult { get; set; }
    Property Value
    Type Description
    System.Double

    PitchResultExp

    Declaration
    public Expression PitchResultExp { get; }
    Property Value
    Type Description
    Expression

    SelectObject

    Declaration
    public ScCollector SelectObject { get; }
    Property Value
    Type Description
    ScCollector

    StripWidthResult

    Declaration
    public double StripWidthResult { get; set; }
    Property Value
    Type Description
    System.Double

    StripWidthResultExp

    Declaration
    public Expression StripWidthResultExp { get; }
    Property Value
    Type Description
    Expression

    Utilization

    Declaration
    public double Utilization { get; set; }
    Property Value
    Type Description
    System.Double

    WebDistance

    Declaration
    public double WebDistance { get; set; }
    Property Value
    Type Description
    System.Double

    WebDistanceExp

    Declaration
    public Expression WebDistanceExp { get; }
    Property Value
    Type Description
    Expression

    Methods

    LayoutCalculation()

    Declaration
    public void LayoutCalculation()

    Implements

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