Search Results for

    Show / Hide Table of Contents

    Class GeometryGroup

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Geometry
    GeometryGroup
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    Geometry.InitializeData(bool)
    Geometry.CreateGeometrySet()
    Geometry.AppendGeometrySet(GeometrySet, DisplayableObject[])
    Geometry.ExpandSets(GeometrySet[])
    Geometry.PreselectGeometry()
    Geometry.AppendNamedGeometry(ScCollector[])
    Geometry.Validate()
    Geometry.GeometryList
    Geometry.Topology
    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.CAM
    Assembly: NXOpen.dll
    Syntax
    public class GeometryGroup : Geometry, IMessageSink, IComponentBuilder

    Constructors

    GeometryGroup()

    Declaration
    protected GeometryGroup()

    Properties

    AutoBlockOffsetNegativeX

    Declaration
    public double AutoBlockOffsetNegativeX { get; set; }
    Property Value
    Type Description
    double

    AutoBlockOffsetNegativeY

    Declaration
    public double AutoBlockOffsetNegativeY { get; set; }
    Property Value
    Type Description
    double

    AutoBlockOffsetNegativeZ

    Declaration
    public double AutoBlockOffsetNegativeZ { get; set; }
    Property Value
    Type Description
    double

    AutoBlockOffsetPositiveX

    Declaration
    public double AutoBlockOffsetPositiveX { get; set; }
    Property Value
    Type Description
    double

    AutoBlockOffsetPositiveY

    Declaration
    public double AutoBlockOffsetPositiveY { get; set; }
    Property Value
    Type Description
    double

    AutoBlockOffsetPositiveZ

    Declaration
    public double AutoBlockOffsetPositiveZ { get; set; }
    Property Value
    Type Description
    double

    BlankCreationType

    Declaration
    public GeometryGroup.BlankCreationTypes BlankCreationType { get; set; }
    Property Value
    Type Description
    GeometryGroup.BlankCreationTypes

    BlankDefinitionType

    Declaration
    public GeometryGroup.BlankDefinitionTypes BlankDefinitionType { get; set; }
    Property Value
    Type Description
    GeometryGroup.BlankDefinitionTypes

    BlankIpw

    Declaration
    public BlankIpw BlankIpw { get; }
    Property Value
    Type Description
    BlankIpw

    BlankIpwMultipleSource

    Declaration
    public BlankIpwMultipleSource BlankIpwMultipleSource { get; }
    Property Value
    Type Description
    BlankIpwMultipleSource

    BlankToggleValue

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

    BlockHeight

    Declaration
    public double BlockHeight { get; set; }
    Property Value
    Type Description
    double

    BlockLength

    Declaration
    public double BlockLength { get; set; }
    Property Value
    Type Description
    double

    BlockOffsetXNegative

    Declaration
    public double BlockOffsetXNegative { get; set; }
    Property Value
    Type Description
    double

    BlockOffsetXPositive

    Declaration
    public double BlockOffsetXPositive { get; set; }
    Property Value
    Type Description
    double

    BlockOffsetYNegative

    Declaration
    public double BlockOffsetYNegative { get; set; }
    Property Value
    Type Description
    double

    BlockOffsetYPositive

    Declaration
    public double BlockOffsetYPositive { get; set; }
    Property Value
    Type Description
    double

    BlockOffsetZNegative

    Declaration
    public double BlockOffsetZNegative { get; set; }
    Property Value
    Type Description
    double

    BlockOffsetZPositive

    Declaration
    public double BlockOffsetZPositive { get; set; }
    Property Value
    Type Description
    double

    BlockWidth

    Declaration
    public double BlockWidth { get; set; }
    Property Value
    Type Description
    double

    Csys

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

    CylinderDiameter

    Declaration
    public double CylinderDiameter { get; set; }
    Property Value
    Type Description
    double

    CylinderHeight

    Declaration
    public double CylinderHeight { get; set; }
    Property Value
    Type Description
    double

    CylinderInheritAttributes

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

    CylinderNegativeHeightOffset

    Declaration
    public double CylinderNegativeHeightOffset { get; set; }
    Property Value
    Type Description
    double

    CylinderPositiveHeightOffset

    Declaration
    public double CylinderPositiveHeightOffset { get; set; }
    Property Value
    Type Description
    double

    DirectionType

    Declaration
    public GeometryGroup.DirectionTypes DirectionType { get; set; }
    Property Value
    Type Description
    GeometryGroup.DirectionTypes

    InheritAttributes

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

    IpwPositionCsys

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

    IpwPositionType

    Declaration
    public GeometryGroup.PositionTypes IpwPositionType { get; set; }
    Property Value
    Type Description
    GeometryGroup.PositionTypes

    OffsetFromPart

    Declaration
    public double OffsetFromPart { get; set; }
    Property Value
    Type Description
    double

    OffsetNegativeZ

    Declaration
    public double OffsetNegativeZ { get; set; }
    Property Value
    Type Description
    double

    OffsetPositiveZ

    Declaration
    public double OffsetPositiveZ { get; set; }
    Property Value
    Type Description
    double

    OrientationType

    Declaration
    public GeometryGroup.OrientationTypes OrientationType { get; set; }
    Property Value
    Type Description
    GeometryGroup.OrientationTypes

    PartBoxToggleValue

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

    PmiAttribute

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

    Vector

    Declaration
    public Direction Vector { get; set; }
    Property Value
    Type Description
    Direction

    Methods

    ResetBlockSize()

    Declaration
    public void ResetBlockSize()

    ResetCylinderSize()

    Declaration
    public void ResetCylinderSize()

    Implements

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