Search Results for

    Show / Hide Table of Contents

    Class CartesianPatternBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    OperationBuilder
    CartesianPatternBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    OperationBuilder.DisplayVoxel
    OperationBuilder.UpdateDefaultVoxelSizeBasedOnFirstOperation
    OperationBuilder.VoxelSizePercent
    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.Implicit
    Assembly: NXOpen.dll
    Syntax
    public class CartesianPatternBuilder : OperationBuilder, IMessageSink, IComponentBuilder

    Constructors

    CartesianPatternBuilder()

    Declaration
    protected CartesianPatternBuilder()

    Properties

    BlendFactor

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

    BoundaryBody

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

    BoundaryConditionOption

    Declaration
    public CartesianPatternBuilder.BoundaryConditionOptionType BoundaryConditionOption { get; set; }
    Property Value
    Type Description
    CartesianPatternBuilder.BoundaryConditionOptionType

    EdgeLength

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

    LocationAndOrientation

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

    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

    UniformCubeFlag

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

    UnitCellBody

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

    Implements

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