Search Results for

    Show / Hide Table of Contents

    Class BodyLatticeBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    BodyLatticeBuilder
    Implements
    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, 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.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
    bool

    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
    int

    Offset

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

    OptimizationIterations

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

    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
    bool

    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