com.aspose.threed
Interfaces
FileSystemFactory
IBuffer
ICommandList
IDescriptorSet
IIndexBuffer
IIndexedVertexElement
IMeshConvertible
IOrientable
IPipeline
IRenderQueue
IRenderTarget
IRenderTexture
IRenderWindow
ITexture1D
ITexture2D
ITextureCubemap
ITextureUnit
IVertexBuffer
MaterialConverter
NodeVisitor
Classes
A3DObject
A3dwSaveOptions
AmfSaveOptions
AnimationChannel
AnimationClip
AnimationNode
ArbitraryProfile
AssetInfo
BindPoint
Bone
BonePose
BoundingBox
BoundingBox2D
Box
Camera
Cancellation
Circle
CircleShape
ColladaSaveOptions
CompositeCurve
CompositeCurve.Segment
CryptoUtils
CShape
CubeFaceData
CullFaceMode
Curve
CustomObject
Cylinder
Deformer
DescriptorSetUpdater
Discreet3dsLoadOptions
Discreet3dsSaveOptions
Dish
DracoFormat
DracoSaveOptions
DummyFileSystem
Ellipse
EllipseShape
EndPoint
Entity
EntityRenderer
EntityRendererFeatures
EntityRendererKey
Extrapolation
FbxLoadOptions
FbxSaveOptions
FileFormat
FileFormatType
FileSystem
FMatrix4
Frustum
FVector2
FVector3
FVector4
Geometry
GlobalTransform
GLSLSource
GltfLoadOptions
GltfSaveOptions
HollowCircleShape
HollowRectangleShape
HShape
Html5SaveOptions
ImageRenderOptions
IOConfig
IOUtils
KeyFrame
KeyframeSequence
LambertMaterial
License
Light
Line
LinearExtrusion
LoadOptions
LocalFileSystem
LShape
Material
MathUtils
Matrix4
MemoryFileSystem
Mesh
Metered
MirroredProfile
MorphTargetChannel
MorphTargetDeformer
Node
NurbsCurve
NurbsDirection
NurbsSurface
ObjLoadOptions
ObjSaveOptions
ParameterizedProfile
Patch
PatchDirection
PbrMaterial
PbrSpecularMaterial
PdfEncrypt
PdfFormat
PdfLoadOptions
PdfSaveOptions
PhongMaterial
Plane
PlyFormat
PlyLoadOptions
PlySaveOptions
PointCloud
PolygonBuilder
PolygonModifier
Pose
PostProcessing
Primitive
Profile
Property
PropertyCollection
PushConstant
Pyramid
Quaternion
RectangleShape
RectangularTorus
RelativeRectangle
Renderer
RendererVariableManager
RenderFactory
RenderParameters
RenderResource
RenderState
ResourceManager
RevolvedAreaSolid
RvmFormat
RvmLoadOptions
RvmSaveOptions
SaveOptions
Scene
SceneObject
ShaderMaterial
ShaderProgram
ShaderSet
ShaderSource
ShaderStage
ShaderTechnique
ShaderVariable
Shape
Skeleton
SkinDeformer
Sphere
SPIRVSource
StencilState
StlLoadOptions
StlSaveOptions
SweptAreaSolid
Texture
TextureBase
TextureData
TextureSlot
Torus
Transform
TransformBuilder
TransformedCurve
TrapeziumShape
TriMesh
TrimmedCurve
TShape
U3dLoadOptions
U3dSaveOptions
UsdSaveOptions
UShape
Vector2
Vector3
Vector4
Vertex
VertexDeclaration
VertexElement
VertexElementBinormal
VertexElementDoublesTemplate
VertexElementEdgeCrease
VertexElementHole
VertexElementIntsTemplate
VertexElementMaterial
VertexElementNormal
VertexElementPolygonGroup
VertexElementSmoothingGroup
VertexElementSpecular
VertexElementTangent
VertexElementTemplate
VertexElementUserData
VertexElementUV
VertexElementVector4
VertexElementVertexColor
VertexElementVertexCrease
VertexElementVisibility
VertexElementWeight
VertexField
VertexFieldDataType
Viewport
Watermark
WeightedMode
WindowHandle
XLoadOptions
ZipArchiveFileSystem
ZShape
Enums
AlphaSource
ApertureMode
Axis
BlendFactor
BoundingBoxExtent
ColladaTransformStyle
CompareFunction
ComposeOrder
CoordinatedSystem
CubeFace
CurveDimension
DracoCompressionLevel
DrawOperation
ExtrapolationType
FileContentType
FrontFace
GltfEmbeddedImageFormat
IndexDataType
Interpolation
LightType
MappingMode
NurbsType
PatchDirectionType
PdfLightingScheme
PdfRenderMode
PixelFormat
PolygonMode
PoseType
PresetShaders
ProjectionType
ReferenceMode
RenderingAPI
RenderQueueGroupId
RenderStage
RotationMode
ShadingLanguage
SkeletonType
SplitMeshPolicy
StencilAction
StepMode
TextureFilter
TextureMapping
TextureType
VertexElementType
VertexFieldSemantic
WrapMode
Exceptions
DriverException
ExportException
ImportException
InitializationException
ParseException
RendererException
ShaderException
TrialException
JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
com.aspose.threed
Interface IMeshConvertible
All Known Implementing Classes:
Box
,
Cylinder
,
Dish
,
LinearExtrusion
,
Mesh
,
NurbsSurface
,
Plane
,
Primitive
,
Pyramid
,
RectangularTorus
,
RevolvedAreaSolid
,
Sphere
,
SweptAreaSolid
,
Torus
public interface
IMeshConvertible
Entities that implemented this interface can be converted to
Mesh
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Mesh
toMesh
()
Convert current object to mesh
Method Detail
toMesh
Mesh
toMesh()
Convert current object to mesh
Returns:
The mesh.