Search Results for

    Show / Hide Table of Contents

    Class SpunOutlineGeom

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    SpunOutlineGeom
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    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 SpunOutlineGeom : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    SpunOutlineGeom()

    Declaration
    protected SpunOutlineGeom()

    Properties

    CreationMethod

    Declaration
    public SpunOutlineGeom.CreationTypes CreationMethod { get; set; }
    Property Value
    Type Description
    SpunOutlineGeom.CreationTypes

    Methods

    Generate()

    Declaration
    public bool Generate()
    Returns
    Type Description
    bool

    GetPlanesAtAngles(out double[], out double[], out int[])

    Declaration
    public void GetPlanesAtAngles(out double[] startAngle, out double[] incrementAngle, out int[] numberOfPlanes)
    Parameters
    Type Name Description
    double[] startAngle
    double[] incrementAngle
    int[] numberOfPlanes

    GetPlanesThroughPoints(out Point[], out double[], out int[])

    Declaration
    public void GetPlanesThroughPoints(out Point[] points, out double[] incrementAngle, out int[] numberOfPlanes)
    Parameters
    Type Name Description
    Point[] points
    double[] incrementAngle
    int[] numberOfPlanes

    SetPlanesAtAngles(double[], double[], int[])

    Declaration
    public void SetPlanesAtAngles(double[] startAngle, double[] incrementAngle, int[] numberOfPlanes)
    Parameters
    Type Name Description
    double[] startAngle
    double[] incrementAngle
    int[] numberOfPlanes

    SetPlanesThroughPoints(Point[], double[], int[])

    Declaration
    public void SetPlanesThroughPoints(Point[] points, double[] incrementAngle, int[] numberOfPlanes)
    Parameters
    Type Name Description
    Point[] points
    double[] incrementAngle
    int[] numberOfPlanes

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

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