FreeSurfacePointSeries3D<TX,TY,TZ> Class Members
The following tables list the members exposed by FreeSurfacePointSeries3D<TX,TY,TZ>.
Public Constructors
Name | Description | |
---|---|---|
![]() | FreeSurfacePointSeries3D<TX,TY,TZ> Constructor | Initializes a new instance of the FreeSurfacePointSeries3D<TX,TY,TZ> class. |
Public Properties
Name | Description | |
---|---|---|
![]() | IsDirty | Gets or sets a value indicating whether the wrapped DataSeries is Dirty. This will be set to True when the DataSeries has changes, and must be set to False after creating a 3D mesh |
![]() | OffsetXAsDouble | Gets a data offset by X axis of the Surface represented in System.Double type. |
![]() | OffsetYAsDouble | Gets a data offset by Y axis of the Surface represented in System.Double type. |
![]() | OffsetZAsDouble | Gets a data offset by Z axis of the Surface represented in System.Double type. |
![]() | SyncRoot | Gets the Synchronization object |
![]() | UCount | Gets number of U segments of the 2D grid. |
![]() | VCount | Gets number of V segments of the 2D grid. |
Public Methods
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
![]() | GetU | Gets the U coordinate by passed index of the 2D grid. |
![]() | GetV | Gets the V coordinate by passed index of the 2D grid. |
![]() | GetValueAsDouble | Gets a value at specified UV coordinate represented in System.Double type. |
![]() | GetValueWithOffsetAsDouble | Gets a value at specified index of the UV coordinate represented in System.Double type. |
![]() | GetXValue | Gets the System.IComparable X value by indices. |
![]() | GetYValue | Gets the System.IComparable Y value by indices. |
![]() | GetZValue | Gets the System.IComparable Z value by indices. |
Extension Methods
Name | Description | |
---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | SafeDispose | Checks for null and if not null, calls Dispose |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
See Also