Search Results for

    Show / Hide Table of Contents

    Class FeatureGeometry

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Geometry
    FeatureGeometry
    MachiningFeatureGeometry
    ThreadFeatureGeometry
    OptimizeFeatureGeometry
    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.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
    bool

    Methods

    AddFeatureSet(CAMFeature, string)

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

    CreateFeatureSet()

    Declaration
    public FeatureSet CreateFeatureSet()
    Returns
    Type Description
    FeatureSet

    CreateFeatures(NXObject[], string)

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

    GetFeatureSet(int)

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

    GetMachiningArea()

    Declaration
    public string GetMachiningArea()
    Returns
    Type Description
    string

    ReloadList()

    Declaration
    public void ReloadList()

    ReorderFeatures(SortOrder)

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

    ReorderFeaturesByDirection(SequenceDirectionType, 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(SequenceDirectionType, 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
    double bandWidth

    ReverseFeatures()

    Declaration
    public void ReverseFeatures()

    SetDefaultAttribute(string, bool)

    Declaration
    public void SetDefaultAttribute(string attributeName, bool bValue)
    Parameters
    Type Name Description
    string attributeName
    bool bValue

    SetDefaultAttribute(string, double)

    Declaration
    public void SetDefaultAttribute(string attributeName, double dValue)
    Parameters
    Type Name Description
    string attributeName
    double dValue

    SetDefaultAttribute(string, int)

    Declaration
    public void SetDefaultAttribute(string attributeName, int nValue)
    Parameters
    Type Name Description
    string attributeName
    int nValue

    SetDefaultAttribute(string, string)

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

    SetMachiningArea(string)

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

    Implements

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