Search Results for

    Show / Hide Table of Contents

    Class GeometryGroup

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Geometry
    GeometryGroup
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Geometry.InitializeData(Boolean)
    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, 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.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
    System.Double

    AutoBlockOffsetNegativeY

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

    AutoBlockOffsetNegativeZ

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

    AutoBlockOffsetPositiveX

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

    AutoBlockOffsetPositiveY

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

    AutoBlockOffsetPositiveZ

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

    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

    Csys

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

    DirectionType

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

    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
    System.Double

    OffsetNegativeZ

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

    OffsetPositiveZ

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

    OrientationType

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

    Vector

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

    Implements

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