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()
    Builder.PreviewBuilder
    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

    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

    EvaluationTolerance

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

    FaceTolerance

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

    FitSurfaceCoordinateSystem

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

    FitSurfaceDirectionOption

    Declaration
    public SpatialMapBuilder.FitSurfaceDirectionType FitSurfaceDirectionOption { get; set; }
    Property Value
    Type Description
    SpatialMapBuilder.FitSurfaceDirectionType

    FitSurfaceUDegree

    Declaration
    public int FitSurfaceUDegree { get; set; }
    Property Value
    Type Description
    System.Int32

    FitSurfaceUPatches

    Declaration
    public int FitSurfaceUPatches { get; set; }
    Property Value
    Type Description
    System.Int32

    FitSurfaceVDegree

    Declaration
    public int FitSurfaceVDegree { get; set; }
    Property Value
    Type Description
    System.Int32

    FitSurfaceVector

    Declaration
    public Direction FitSurfaceVector { get; set; }
    Property Value
    Type Description
    Direction

    FitSurfaceVPatches

    Declaration
    public int FitSurfaceVPatches { get; set; }
    Property Value
    Type Description
    System.Int32

    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

    CreateSurfaceThroughPoints(Point3d[], out Point[], out Group, out FitSurface)

    Declaration
    [Obsolete("Deprecated in NX1953.0.0.  This method will throw an error and should be replaced.  Use JA_SPATIAL_MAP_BUILDER_set_map_subtype to set subtype to JA_SPATIAL_MAP_subtype_enum_fit_surface.")]
    public void CreateSurfaceThroughPoints(Point3d[] locations, out Point[] points, out Group pointGroup, out FitSurface feature)
    Parameters
    Type Name Description
    Point3d[] locations
    Point[] points
    Group pointGroup
    FitSurface feature

    GetBoundingBox()

    Declaration
    public double[] GetBoundingBox()
    Returns
    Type Description
    System.Double[]

    ResetMap(SpatialMap)

    Declaration
    public void ResetMap(SpatialMap spatialMap)
    Parameters
    Type Name Description
    SpatialMap spatialMap

    SetBoundingBox(Double[])

    Declaration
    public void SetBoundingBox(double[] boundingbox)
    Parameters
    Type Name Description
    System.Double[] boundingbox

    SetFitSurfaceOrientation(Point3d, Matrix3x3)

    Declaration
    public void SetFitSurfaceOrientation(Point3d origin, Matrix3x3 mtx)
    Parameters
    Type Name Description
    Point3d origin
    Matrix3x3 mtx

    Implements

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