Search Results for

    Show / Hide Table of Contents

    Class BodyLatticeBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    BodyLatticeBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    FeatureBuilder.CommitFeature()
    FeatureBuilder.GetFeature()
    FeatureBuilder.SetParentFeatureInternal(Feature)
    FeatureBuilder.UnsetParentFeatureInternal(Feature)
    FeatureBuilder.ShowInternalParentFeatureForEdit(Feature)
    FeatureBuilder.HideInternalParentFeatureAfterEdit(Feature)
    FeatureBuilder.GetPreviewBody()
    FeatureBuilder.ParentFeatureInternal
    FeatureBuilder.PatchSolutionFlag
    FeatureBuilder.PatchSurfaceFilename
    FeatureBuilder.SurroundingPatchSurfaceFilename
    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.Features
    Assembly: NXOpen.dll
    Syntax
    public class BodyLatticeBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    BodyLatticeBuilder()

    Declaration
    protected BodyLatticeBuilder()

    Properties

    AlignAtSplitCurve

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

    BaseFace

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

    BoundaryBody

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

    ContourPoint1

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

    ContourPoint2

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

    ContourPoint3

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

    ContourPoint4

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

    Csys

    Declaration
    public CoordinateSystem Csys { get; set; }
    Property Value
    Type Description
    CoordinateSystem

    CurveAlignedList

    Declaration
    public CurveAlignedListBuilder CurveAlignedList { get; }
    Property Value
    Type Description
    CurveAlignedListBuilder

    Layers

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

    Offset

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

    OptimizationIterations

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

    OrientationPoint1

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

    OrientationPoint2

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

    Parameterization

    Declaration
    public BodyLatticeBuilder.ParameterizationType Parameterization { get; set; }
    Property Value
    Type Description
    BodyLatticeBuilder.ParameterizationType

    ReverseFaceDirection

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

    SplitCurve

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

    Type

    Declaration
    public BodyLatticeBuilder.Types Type { get; set; }
    Property Value
    Type Description
    BodyLatticeBuilder.Types

    UnitCell

    Declaration
    public UnitCellBuilder UnitCell { get; }
    Property Value
    Type Description
    UnitCellBuilder

    Implements

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