Transparent |
public class TransparentModelGroup3D : BaseTransparentObjectGroup3D
The TransparentModelGroup3D type exposes the following members.
Name | Description | |
---|---|---|
TransparentModelGroup3D(Model3DGroup) | Constructor | |
TransparentModelGroup3D(Model3DGroup, Int32) | Constructor | |
TransparentModelGroup3D(Model3DGroup, Model3DGroup) | Constructor |
Name | Description | |
---|---|---|
AllChildrenCount |
Gets count of all children (transparent + non-transparent).
(Overrides BaseTransparentObjectGroup3DAllChildrenCount) | |
ModelGroup | Gets the Model3DGroup. | |
NonTransparentChildrenCount |
Gets count of all non-transparent children.
(Overrides BaseTransparentObjectGroup3DNonTransparentChildrenCount) | |
TransparentChildrenCount |
Gets count of all transparent children.
(Overrides BaseTransparentObjectGroup3DTransparentChildrenCount) |
Name | Description | |
---|---|---|
AddObject |
Add a transparentObject3D to the children.
(Overrides BaseTransparentObjectGroup3DAddObject(BaseTransparentObject3D)) | |
GetBounds |
Returns bounds as Rect3D of this transparent object.
(Overrides BaseTransparentObject3DGetBounds) | |
RemoveObject |
Removes a transparentObject3D from the children.
(Overrides BaseTransparentObjectGroup3DRemoveObject(BaseTransparentObject3D)) | |
SetAsTransparent |
When SetAsTransparent is called, the modelVisual3D will be considered as transparent without any check of the material
(Overrides BaseTransparentObjectGroup3DSetAsTransparent) | |
SetObjectToIndex |
Changes index of the transparent object.
(Overrides BaseTransparentObjectGroup3DSetObjectToIndex(BaseTransparentObject3D, Int32)) |