Class SpatialMapBuilder
Inheritance
SpatialMapBuilder
Assembly: NXOpen.dll
Syntax
public class SpatialMapBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SpatialMapBuilder()
Declaration
protected SpatialMapBuilder()
Properties
BoundedObjects
Declaration
public SelectNXObjectList BoundedObjects { get; }
Property Value
BoundingBoxMap
Declaration
public SpatialMap.BoundingBoxMapEnum BoundingBoxMap { get; set; }
Property Value
ConstUObjects
Declaration
public PathObjectsList ConstUObjects { get; }
Property Value
ConstVObjects
Declaration
public PathObjectsList ConstVObjects { get; }
Property Value
CoordSystem
Declaration
public CoordinateSystem CoordSystem { get; set; }
Property Value
EvaluationTolerance
Declaration
public Expression EvaluationTolerance { get; }
Property Value
FaceTolerance
Declaration
public Expression FaceTolerance { get; }
Property Value
FitSurfaceCoordinateSystem
Declaration
public CoordinateSystem FitSurfaceCoordinateSystem { get; set; }
Property Value
FitSurfaceDirectionOption
Declaration
public SpatialMapBuilder.FitSurfaceDirectionType FitSurfaceDirectionOption { get; set; }
Property Value
FitSurfaceUDegree
Declaration
public int FitSurfaceUDegree { get; set; }
Property Value
FitSurfaceUPatches
Declaration
public int FitSurfaceUPatches { get; set; }
Property Value
FitSurfaceVDegree
Declaration
public int FitSurfaceVDegree { get; set; }
Property Value
FitSurfaceVPatches
Declaration
public int FitSurfaceVPatches { get; set; }
Property Value
FitSurfaceVector
Declaration
public Direction FitSurfaceVector { get; set; }
Property Value
LatticePath
Declaration
public PathObjects LatticePath { get; }
Property Value
MapSubtype
Declaration
public SpatialMap.SubtypeEnum MapSubtype { get; set; }
Property Value
MapSubtypeMapping
Declaration
public SpatialMap.SubtypeMappingEnum MapSubtypeMapping { get; set; }
Property Value
MapType
Declaration
public SpatialMap.TypeEnum MapType { get; set; }
Property Value
MappingFaces
Declaration
public SelectNXObjectList MappingFaces { get; }
Property Value
OppositeCorner
Declaration
public Point OppositeCorner { get; set; }
Property Value
Origin
Declaration
public Point Origin { get; set; }
Property Value
ParametricPlaneMap
Declaration
public SpatialMap.ParametricPlaneMapEnum ParametricPlaneMap { get; set; }
Property Value
Methods
AutoTolerance()
Declaration
public void AutoTolerance()
CreateLatticeMap(int, int, FieldVariable[], double[], out double[])
Declaration
public SpatialMap CreateLatticeMap(int numOfLatticeColumn, int numOfColumns, FieldVariable[] indepVarArray, double[] datapoint, out double[] parameterizedDatapoints)
Parameters
Returns
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
GetBoundingBox()
Declaration
public double[] GetBoundingBox()
Returns
ResetMap(SpatialMap)
Declaration
public void ResetMap(SpatialMap spatialMap)
Parameters
SetBoundingBox(double[])
Declaration
public void SetBoundingBox(double[] boundingbox)
Parameters
Type |
Name |
Description |
double[] |
boundingbox |
|
SetFitSurfaceOrientation(Point3d, Matrix3x3)
Declaration
public void SetFitSurfaceOrientation(Point3d origin, Matrix3x3 mtx)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink