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
ConstantUObjects
Declaration
[Obsolete("Deprecated in NX6.0.1. Use NXOpen.Fields.SpatialMapBuilder.ConstUObjects instead.")]
public SelectNXObjectList ConstantUObjects { get; }
Property Value
ConstantVObjects
Declaration
[Obsolete("Deprecated in NX6.0.1. Use NXOpen.Fields.SpatialMapBuilder.ConstVObjects instead.")]
public SelectNXObjectList ConstantVObjects { get; }
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
FaceTolerance
Declaration
public Expression FaceTolerance { get; }
Property Value
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
Implements
System.Runtime.Remoting.Messaging.IMessageSink