Search Results for

    Show / Hide Table of Contents

    Class FeatureGeometry

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Geometry
    FeatureGeometry
    MachiningFeatureGeometry
    ThreadFeatureGeometry
    OptimizeFeatureGeometry
    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.FBM
    Assembly: NXOpen.dll
    Syntax
    public class FeatureGeometry : Geometry, IMessageSink, IComponentBuilder

    Constructors

    FeatureGeometry()

    Declaration
    protected FeatureGeometry()

    Properties

    UseModelDepth

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

    Methods

    AddFeatureSet(CAMFeature, String)

    Declaration
    public FeatureSet AddFeatureSet(CAMFeature tagMachiningFeature, string featureType)
    Parameters
    Type Name Description
    CAMFeature tagMachiningFeature
    System.String featureType
    Returns
    Type Description
    FeatureSet

    CreateFeatures(NXObject[], String)

    Declaration
    public Feature[] CreateFeatures(NXObject[] objects, string featureType)
    Parameters
    Type Name Description
    NXObject[] objects
    System.String featureType
    Returns
    Type Description
    Feature[]

    CreateFeatureSet()

    Declaration
    public FeatureSet CreateFeatureSet()
    Returns
    Type Description
    FeatureSet

    GetFeatureSet(Int32)

    Declaration
    public FeatureSet GetFeatureSet(int nIndex)
    Parameters
    Type Name Description
    System.Int32 nIndex
    Returns
    Type Description
    FeatureSet

    GetMachiningArea()

    Declaration
    public string GetMachiningArea()
    Returns
    Type Description
    System.String

    ReloadList()

    Declaration
    public void ReloadList()

    ReorderFeatures(FeatureGeometry.SortOrder)

    Declaration
    public void ReorderFeatures(FeatureGeometry.SortOrder sortType)
    Parameters
    Type Name Description
    FeatureGeometry.SortOrder sortType

    ReorderFeaturesByDirection(FeatureGeometry.SequenceDirectionType, FeatureGeometry.SequencePatternType, Vector3d)

    Declaration
    public void ReorderFeaturesByDirection(FeatureGeometry.SequenceDirectionType direction, FeatureGeometry.SequencePatternType pattern, Vector3d vecValue)
    Parameters
    Type Name Description
    FeatureGeometry.SequenceDirectionType direction
    FeatureGeometry.SequencePatternType pattern
    Vector3d vecValue

    ReorderFeaturesByDirection(FeatureGeometry.SequenceDirectionType, FeatureGeometry.SequencePatternType, Vector3d, Double)

    Declaration
    public void ReorderFeaturesByDirection(FeatureGeometry.SequenceDirectionType direction, FeatureGeometry.SequencePatternType pattern, Vector3d vecValue, double bandWidth)
    Parameters
    Type Name Description
    FeatureGeometry.SequenceDirectionType direction
    FeatureGeometry.SequencePatternType pattern
    Vector3d vecValue
    System.Double bandWidth

    ReverseFeatures()

    Declaration
    public void ReverseFeatures()

    SetDefaultAttribute(String, Boolean)

    Declaration
    public void SetDefaultAttribute(string attributeName, bool bValue)
    Parameters
    Type Name Description
    System.String attributeName
    System.Boolean bValue

    SetDefaultAttribute(String, Double)

    Declaration
    public void SetDefaultAttribute(string attributeName, double dValue)
    Parameters
    Type Name Description
    System.String attributeName
    System.Double dValue

    SetDefaultAttribute(String, Int32)

    Declaration
    public void SetDefaultAttribute(string attributeName, int nValue)
    Parameters
    Type Name Description
    System.String attributeName
    System.Int32 nValue

    SetDefaultAttribute(String, String)

    Declaration
    public void SetDefaultAttribute(string attributeName, string strValue)
    Parameters
    Type Name Description
    System.String attributeName
    System.String strValue

    SetMachiningArea(String)

    Declaration
    public void SetMachiningArea(string machiningArea)
    Parameters
    Type Name Description
    System.String machiningArea

    Implements

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