Search Results for

    Show / Hide Table of Contents

    Class FreeformSurfaceCollection

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    FreeformSurfaceCollection
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    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.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Features
    Assembly: NXOpen.dll
    Syntax
    public class FreeformSurfaceCollection : NXRemotableObject, IMessageSink

    Constructors

    FreeformSurfaceCollection(FeatureCollection)

    Declaration
    protected FreeformSurfaceCollection(FeatureCollection owner)
    Parameters
    Type Name Description
    FeatureCollection owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    CreateBlendCornerBuilder(BlendCorner)

    Declaration
    public BlendCornerBuilder CreateBlendCornerBuilder(BlendCorner cornerBlend)
    Parameters
    Type Name Description
    BlendCorner cornerBlend
    Returns
    Type Description
    BlendCornerBuilder

    CreateDeleteTextureObjectsData()

    Declaration
    public DeleteTextureObjectsData CreateDeleteTextureObjectsData()
    Returns
    Type Description
    DeleteTextureObjectsData

    CreateFillHoleBuilder(FillHole)

    Declaration
    public FillHoleBuilder CreateFillHoleBuilder(FillHole fillHole)
    Parameters
    Type Name Description
    FillHole fillHole
    Returns
    Type Description
    FillHoleBuilder

    CreateFlatteningAndFormingBuilder(FlatteningAndForming)

    Declaration
    [Obsolete("Deprecated in NX2007.0.0.  Use NXOpen.Features.FreeformSurfaceCollection.CreateFlatteningAndFormingBuilderEx instead")]
    public FlatteningAndFormingBuilder CreateFlatteningAndFormingBuilder(FlatteningAndForming flatteningAndForming)
    Parameters
    Type Name Description
    FlatteningAndForming flatteningAndForming
    Returns
    Type Description
    FlatteningAndFormingBuilder

    CreateFlatteningAndFormingBuilderEx(FlatteningAndForming)

    Declaration
    public FlatteningAndFormingBuilderEx CreateFlatteningAndFormingBuilderEx(FlatteningAndForming flatteningAndForming)
    Parameters
    Type Name Description
    FlatteningAndForming flatteningAndForming
    Returns
    Type Description
    FlatteningAndFormingBuilderEx

    CreatePunchThroughBuilder(ImageBase)

    Declaration
    public PunchThroughBuilder CreatePunchThroughBuilder(ImageBase textureImage)
    Parameters
    Type Name Description
    ImageBase textureImage
    Returns
    Type Description
    PunchThroughBuilder

    CreateStudioSurfaceBuilderEx(Feature)

    Declaration
    public StudioSurfaceBuilderEx CreateStudioSurfaceBuilderEx(Feature studioSurface)
    Parameters
    Type Name Description
    Feature studioSurface
    Returns
    Type Description
    StudioSurfaceBuilderEx

    CreateTextureBuilder(ImageBase)

    Declaration
    public TextureBuilder CreateTextureBuilder(ImageBase textureImage)
    Parameters
    Type Name Description
    ImageBase textureImage
    Returns
    Type Description
    TextureBuilder

    Implements

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