|
|
The ModelGeometry type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Dispose()()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from NativeHandle.) |
|
|
Dispose(Boolean) | (Inherited from NativeHandle.) |
|
|
Equals | (Overrides NativeHandle..::..Equals(Object).) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from NativeHandle.) |
|
|
GetHashCode | (Overrides NativeHandle..::..GetHashCode()()()().) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
ToString | (Inherited from NativeHandle.) |
Properties
| Name | Description | |
|---|---|---|
|
|
ActiveColor |
Current (visible) color for this geometry
|
|
|
ActiveTransform |
Returns the currently active transform of the geometry.
|
|
|
ActiveTransparency |
Current (visible) transparency for this geometry
|
|
|
BoundingBox |
Bounding box of this geometry in world space
|
|
|
FragmentCount |
Number of fragments this geometry is divided into
|
|
|
IsDisposed |
Gets a value indicating whether the object has been disposed and is no longer available.
(Inherited from NativeHandle.) |
|
|
IsReadOnly | (Overrides NativeHandle..::..IsReadOnly.) |
|
|
IsSolid |
Is this geometry solid ? (Includes triangle primitives which all form closed, manifold shells)
|
|
|
Item |
Item in the model hierarchy corresponding to this geometry
|
|
|
OriginalColor |
Original color for this geometry (as specified by design file)
|
|
|
OriginalTransform |
Returns the original transform of the geometry when it was loaded.
|
|
|
OriginalTransparency |
Original transparency for this geometry (as specified by design file)
|
|
|
PermanentColor |
Permanent color for geometry. Either original color or color explicitly overriden by user.
|
|
|
PermanentOverrideTransform |
Transform applied to the original transform of the model geometry.
|
|
|
PermanentTransform |
Permanent transform for the model geometry.
The transform formed as a result of combining the original transform with the override transform.
|
|
|
PermanentTransparency |
Permanent transparency for geometry.
Either original transparency or transparency explicitly overriden by user.
|
|
|
PrimitiveCount |
Number of primitives (triangles,lines,points) that define this geometry
|
|
|
PrimitiveTypes |
Types of primitives used to define this geometry
|