Search Results for

    Show / Hide Table of Contents

    Class SpatialMapBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    SpatialMapBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    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.Fields
    Assembly: NXOpen.dll
    Syntax
    public class SpatialMapBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    SpatialMapBuilder()

    Declaration
    protected SpatialMapBuilder()

    Properties

    BoundedObjects

    Declaration
    public SelectNXObjectList BoundedObjects { get; }
    Property Value
    Type Description
    SelectNXObjectList

    BoundingBoxMap

    Declaration
    public SpatialMap.BoundingBoxMapEnum BoundingBoxMap { get; set; }
    Property Value
    Type Description
    SpatialMap.BoundingBoxMapEnum

    ConstantUObjects

    Declaration
    [Obsolete("Deprecated in NX6.0.1.  Use NXOpen.Fields.SpatialMapBuilder.ConstUObjects instead.")]
    public SelectNXObjectList ConstantUObjects { get; }
    Property Value
    Type Description
    SelectNXObjectList

    ConstantVObjects

    Declaration
    [Obsolete("Deprecated in NX6.0.1.  Use NXOpen.Fields.SpatialMapBuilder.ConstVObjects instead.")]
    public SelectNXObjectList ConstantVObjects { get; }
    Property Value
    Type Description
    SelectNXObjectList

    ConstUObjects

    Declaration
    public PathObjectsList ConstUObjects { get; }
    Property Value
    Type Description
    PathObjectsList

    ConstVObjects

    Declaration
    public PathObjectsList ConstVObjects { get; }
    Property Value
    Type Description
    PathObjectsList

    CoordSystem

    Declaration
    public CoordinateSystem CoordSystem { get; set; }
    Property Value
    Type Description
    CoordinateSystem

    FaceTolerance

    Declaration
    public Expression FaceTolerance { get; }
    Property Value
    Type Description
    Expression

    LatticePath

    Declaration
    public PathObjects LatticePath { get; }
    Property Value
    Type Description
    PathObjects

    MappingFaces

    Declaration
    public SelectNXObjectList MappingFaces { get; }
    Property Value
    Type Description
    SelectNXObjectList

    MapSubtype

    Declaration
    public SpatialMap.SubtypeEnum MapSubtype { get; set; }
    Property Value
    Type Description
    SpatialMap.SubtypeEnum

    MapSubtypeMapping

    Declaration
    public SpatialMap.SubtypeMappingEnum MapSubtypeMapping { get; set; }
    Property Value
    Type Description
    SpatialMap.SubtypeMappingEnum

    MapType

    Declaration
    public SpatialMap.TypeEnum MapType { get; set; }
    Property Value
    Type Description
    SpatialMap.TypeEnum

    OppositeCorner

    Declaration
    public Point OppositeCorner { get; set; }
    Property Value
    Type Description
    Point

    Origin

    Declaration
    public Point Origin { get; set; }
    Property Value
    Type Description
    Point

    ParametricPlaneMap

    Declaration
    public SpatialMap.ParametricPlaneMapEnum ParametricPlaneMap { get; set; }
    Property Value
    Type Description
    SpatialMap.ParametricPlaneMapEnum

    Methods

    AutoTolerance()

    Declaration
    public void AutoTolerance()

    CreateLatticeMap(Int32, Int32, FieldVariable[], Double[], out Double[])

    Declaration
    public SpatialMap CreateLatticeMap(int numOfLatticeColumn, int numOfColumns, FieldVariable[] indepVarArray, double[] datapoint, out double[] parameterizedDatapoints)
    Parameters
    Type Name Description
    System.Int32 numOfLatticeColumn
    System.Int32 numOfColumns
    FieldVariable[] indepVarArray
    System.Double[] datapoint
    System.Double[] parameterizedDatapoints
    Returns
    Type Description
    SpatialMap

    Implements

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