Class BaseSceneEntity
Inheritance
com.scichart.charting3d.interop.TSRExposedObject
com.scichart.charting3d.interop.TSRSceneEntity
SCRTSceneEntity
BaseSceneEntity
Implements
Inherited Members
SCRTSceneEntity.addChildEntityInternal(SCRTSceneEntity)
SCRTSceneEntity.clearChildEntitiesInternal()
SCRTSceneEntity.debugRender()
SCRTSceneEntity.delete()
SCRTSceneEntity.draw(int)
SCRTSceneEntity.drawRaw(int)
SCRTSceneEntity.finalize()
SCRTSceneEntity.getBounds()
SCRTSceneEntity.getCPtr(SCRTSceneEntity)
SCRTSceneEntity.getChildEntities()
SCRTSceneEntity.getChildInternal(long)
SCRTSceneEntity.getChildrenCountInternal()
SCRTSceneEntity.getEntityId()
SCRTSceneEntity.getHeightMap()
SCRTSceneEntity.getKind()
SCRTSceneEntity.getMesh()
SCRTSceneEntity.getSelectionHelper()
SCRTSceneEntity.getWorld()
SCRTSceneEntity.isVisible()
SCRTSceneEntity.onEngineRestart()
SCRTSceneEntity.removeChildEntityInternal(SCRTSceneEntity)
SCRTSceneEntity.render()
SCRTSceneEntity.renderRaw()
SCRTSceneEntity.setEntityId(int)
SCRTSceneEntity.setMaterial(TSRMaterial)
SCRTSceneEntity.setPosition(TSRVector3)
SCRTSceneEntity.setRotation(TSRVector3,float)
SCRTSceneEntity.setScale(TSRVector3)
SCRTSceneEntity.setVisible(boolean)
SCRTSceneEntity.setWorld(SCRTSceneWorld)
SCRTSceneEntity.subscribeChildEntities(SCRTSceneEntityChildEntitiesObserver)
SCRTSceneEntity.swigDirectorDisconnect()
SCRTSceneEntity.swigReleaseOwnership()
SCRTSceneEntity.swigTakeOwnership()
SCRTSceneEntity.unsubscribeChildEntities(SCRTSceneEntityChildEntitiesObserver)
SCRTSceneEntity.update(float)
SCRTSceneEntity.updateVisibility(TSRCamera,long)
TSRExposedObject.getCPtr(TSRExposedObject)
TSRExposedObject.getName()
TSRExposedObject.load()
TSRExposedObject.load(SWIGTYPE_p_XMLElement)
TSRExposedObject.loadBinary()
TSRExposedObject.loadBinary(SWIGTYPE_p_TSRFileStream)
TSRExposedObject.onRTU()
TSRExposedObject.reload()
TSRExposedObject.save()
TSRExposedObject.save(SWIGTYPE_p_XMLElement)
TSRExposedObject.saveBinary()
TSRExposedObject.saveBinary(SWIGTYPE_p_TSRFileStream)
TSRExposedObject.setName(String)
TSRSceneEntity.forceLink()
TSRSceneEntity.getCPtr(TSRSceneEntity)
TSRSceneEntity.getM_BoundBox()
TSRSceneEntity.getM_Transform()
TSRSceneEntity.getObjectType()
TSRSceneEntity.getObjectTypeName()
TSRSceneEntity.getPosition()
TSRSceneEntity.getZOrder()
TSRSceneEntity.setM_BoundBox(SWIGTYPE_p_TSRBBox)
TSRSceneEntity.setM_Transform(TSRMatrix4)
TSRSceneEntity.setZOrder(int)
TSRSceneEntity.staticClass()
Namespace:
Assembly: .dll
Syntax
public abstract class BaseSceneEntity extends SCRTSceneEntity implements IBaseSceneEntity
Constructors
BaseSceneEntity()
Declaration
protected BaseSceneEntity()
Methods
attachChild(BaseSceneEntity entity)
Declaration
protected void attachChild(BaseSceneEntity entity)
Parameters
| Type | Name | Description |
|---|---|---|
| entity |
beginLines(float strokeThickness, boolean isLineStrips, boolean isAntialiased)
Declaration
public final ILinesMesh beginLines(float strokeThickness, boolean isLineStrips, boolean isAntialiased)
Parameters
| Type | Name | Description |
|---|---|---|
| float | strokeThickness | |
| boolean | isLineStrips | |
| boolean | isAntialiased |
Returns
| Type | Description |
|---|---|
| ILinesMesh |
beginPoints(float pointsSize, pointMarkers.BasePointMarker3D pointMarker)
Declaration
public final IPointsMesh beginPoints(float pointsSize, pointMarkers.BasePointMarker3D pointMarker)
Parameters
| Type | Name | Description |
|---|---|---|
| float | pointsSize | |
| pointMarkers.BasePointMarker3D | pointMarker |
Returns
| Type | Description |
|---|---|
| IPointsMesh |
beginSolidMesh(boolean isTriangleStripes)
Declaration
public final ISolidMesh beginSolidMesh(boolean isTriangleStripes)
Parameters
| Type | Name | Description |
|---|---|---|
| boolean | isTriangleStripes |
Returns
| Type | Description |
|---|---|
| ISolidMesh |
close()
Declaration
public final void close()
Exceptions
| Type | Condition |
|---|---|
| Exception |
detachChild(BaseSceneEntity entity)
Declaration
protected void detachChild(BaseSceneEntity entity)
Parameters
| Type | Name | Description |
|---|---|---|
| entity |
dispose()
Declaration
public void dispose()
getChildren()
Declaration
public final SceneEntitiesCollection getChildren()
Returns
| Type | Description |
|---|---|
| SceneEntitiesCollection |