Search Results for

    Show / Hide Table of Contents

    Class SpunOutlineGeom

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    SpunOutlineGeom
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    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 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
    System.Boolean

    GetPlanesAtAngles(out Double[], out Double[], out Int32[])

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

    GetPlanesThroughPoints(out Point[], out Double[], out Int32[])

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

    SetPlanesAtAngles(Double[], Double[], Int32[])

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

    SetPlanesThroughPoints(Point[], Double[], Int32[])

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

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

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