Search Results for

    Show / Hide Table of Contents

    Class UnitCellBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    UnitCellBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    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.GeometricUtilities
    Assembly: NXOpen.dll
    Syntax
    public class UnitCellBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    UnitCellBuilder()

    Declaration
    protected UnitCellBuilder()

    Properties

    ApproximateSourceHexMeshSize

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

    CellType

    Declaration
    public UnitCellBuilder.UnitCellType CellType { get; set; }
    Property Value
    Type Description
    UnitCellBuilder.UnitCellType

    CellTypeName

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

    CustomUnitCellFile

    Declaration
    public string CustomUnitCellFile { get; set; }
    Property Value
    Type Description
    string

    EdgeLength

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

    IsUniformCube

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

    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

    UnitCellBody

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

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX