Geometry — Aspose.3D FOSS TypeScript API Reference

Geometry — Geometry class in the Aspose.3D FOSS TypeScript API.. Inherits from: Entity.

Package: aspose.threed


Methods

MethodReturnsDescription
visible()boolean
castShadows()boolean
receiveShadows()boolean
vertexElements()VertexElement[]
controlPoints()Vector4[]
addControlPoint(point: Vector4)void
`createElement(elementType: VertexElementType, mappingMode: MappingModenull, referenceMode: ReferenceModenull)`
`createElementUV(uvMapping: TextureMapping, mappingMode: MappingModenull, referenceMode: ReferenceModenull)`
addElement(element: VertexElement)void
getElement(elementType: VertexElementType)`VertexElementnull`
getVertexElementOfUV(textureMapping: TextureMapping)`VertexElementUVnull`
`removeProperty(_prop: Propertystring)`boolean
getProperty(_property: string)any
setProperty(_property: string, _value: any)void
findProperty(_property: string)`Propertynull`
getBoundingBox()any
getEntityRendererKey()any

See Also