Search Results for

    Show / Hide Table of Contents

    Class LatticeBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    LatticeBuilder
    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.ParentFeatureInternal
    FeatureBuilder.PatchSolutionFlag
    FeatureBuilder.PatchSurfaceFilename
    FeatureBuilder.SurroundingPatchSurfaceFilename
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    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 LatticeBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    LatticeBuilder()

    Declaration
    protected LatticeBuilder()

    Properties

    BaseFace

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

    BoundaryBody

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

    CellTypeName

    Declaration
    public string CellTypeName { get; set; }
    Property Value
    Type Description
    System.String

    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

    EdgeLength

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

    FilterToolFace

    Declaration
    public SelectFaceList FilterToolFace { get; }
    Property Value
    Type Description
    SelectFaceList

    IsRandom

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

    IsUniformCube

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

    LatticeType

    Declaration
    public LatticeBuilder.LatticeTypes LatticeType { get; set; }
    Property Value
    Type Description
    LatticeBuilder.LatticeTypes

    LatticeVersion

    Declaration
    public LatticeBuilder.Version LatticeVersion { get; set; }
    Property Value
    Type Description
    LatticeBuilder.Version

    Layers

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

    MaxDeviation

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

    MaxEdgeLength

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

    Offset

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

    Orientation

    Declaration
    public Matrix3x3 Orientation { get; set; }
    Property Value
    Type Description
    Matrix3x3

    OrientationPoint1

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

    OrientationPoint2

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

    Origin

    Declaration
    public Point3d Origin { get; set; }
    Property Value
    Type Description
    Point3d

    Parameterization

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

    RemoveDanglingRods

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

    RemoveDisconnectedRods

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

    ReverseFaceDirection

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

    RodDiameter

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

    SizeX

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

    SizeY

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

    SizeZ

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

    SplitCurve

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

    TessellationFactor

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

    Implements

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