Class SpatialMapBuilder
Inheritance
System.Object
System.MarshalByRefObject
SpatialMapBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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)
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
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
FitSurfaceVPatches
Declaration
public int FitSurfaceVPatches { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
LatticePath
Declaration
public PathObjects LatticePath { get; }
Property Value
MappingFaces
Declaration
public SelectNXObjectList MappingFaces { 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
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(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
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
Type |
Description |
System.Double[] |
|
ResetMap(SpatialMap)
Declaration
public void ResetMap(SpatialMap spatialMap)
Parameters
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
Implements
System.Runtime.Remoting.Messaging.IMessageSink