Interface | Description |
---|---|
Func_2<T,TResult> | |
IIndicedVertexElement |
VertexElement with indice data.
|
IMeshConvertible |
Entities that implemented this interface can be converted to
Mesh |
IOrientable |
Orientable entities shall implement this interface.
|
MaterialConverter |
Custom converter to convert the geometry's original material to GLTF's PBR material.
|
NodeVisitor |
A callback to travel through the whole node hierarchy.
|
Class | Description |
---|---|
A3DObject |
The base class of all Aspose.ThreeD objects, all sub classes will support dynamic properties.
|
AnimationChannel |
A channel maps property's component field to a set of curves
|
AnimationClip |
The Animation clip is a collection of animations.
|
AnimationNode |
Aspose.3D's supports animation hierarchy, each animation can be composed by several animations and animation's key-frame definition.
|
AssetInfo |
Information of asset.
|
Bone |
A bone defines the subset of the geometry's control point, and defined blend weight for each control point.
|
BonePose |
The
BonePose contains the transformation matrix for a bone node |
BoundingBox |
The axis-aligned bounding box
|
BoundingBox2D |
The axis-aligned bounding box for
Vector2 |
Box |
Box.
|
Camera |
The camera describes the eye point of the viewer looking at the scene.
|
ColladaSaveOptions |
Save options for collada
|
Curve |
A curve is composed by several key-frames, it describes the transformation of a sampled value over time, so it's a 2D curve.
|
CurveMapping |
A CurveMapping is usually created on an object's property, some property types contains multiple component fields(like a Vector3 field),
CurveMapping will generate channel for each component field and connects the field to one or more curve instance(s) through the channels.
|
CustomObject |
Meta data or custom objects used in 3D files are managed by this class.
|
Cylinder |
Parameterized Cylinder.
|
Deformer |
Base class for
SkinDeformer and MorphTargetDeformer |
Discreet3DSLoadOptions |
Load options for 3DS file.
|
Discreet3DSSaveOptions |
Save options for 3DS file.
|
DracoFormat |
Google Draco format
|
DracoSaveOptions |
Save options for Google draco files
|
DummyFileSystem |
Read/write operations are dummy operations.
|
Entity |
The base class of all entities.
|
Extrapolation |
Extrapolation defines how to do when sampled value is out of the range which defined by the first and last key-frames.
|
FBXSaveOptions |
Save options for FBX file.
|
FileFormat |
File format definition
|
FileFormatType |
File format type
|
FileSystem |
File system encapsulation.
|
Frustum | |
FVector2 |
A float vector with two components.
|
FVector3 |
A float vector with three components.
|
FVector4 |
A float vector with four components.
|
Geometry | |
GlobalTransform |
Global transform is similar to
Transform but it's immutable while it represents the final evaluated transformation. |
GLTFLoadOptions |
Load options for glTF format
|
GLTFSaveOptions |
Save options for glTF format.
|
IOConfig |
IO config for serialization/deserialization.
|
KeyFrame |
A key frame is mainly defined by a time and a value, for some interpolation types, tangent/tension/bias/continuity is also used by calculating the final sampled value.
|
LambertMaterial |
Material for lambert shading model
|
License |
Provides methods to license the component.
|
Light |
The light illuminates the scene.
|
Line |
A line is a path defined by a set of points with
Geometry.getControlPoints() , and connected by Line.getIndices() ,
which means it can also be a set of connected line segments. |
LoadOptions |
The base class to configure options in file loading for different types
|
LocalFileSystem |
The
LocalFileSystem will maps the read/write operations to local directory. |
Material |
Material defines the parameters necessary for visual appearance of geometry.
|
MathUtils |
A set of useful mathematical utilities.
|
Matrix4 |
4x4 matrix implementation.
|
MemoryFileSystem |
The
MemoryFileSystem will maps the read/write operations to memory. |
Mesh |
A mesh is made of many n-sided polygons.
|
Metered |
Provides methods to set metered key.
|
MorphTargetChannel |
A MorphTargetChannel is used by
MorphTargetDeformer to organize the target geometries. |
MorphTargetDeformer |
MorphTargetDeformer provides per-vertex animation.
|
Node |
Represents an element in the scene graph.
|
NurbsCurve |
NURBS curve is a curve represented by NURBS(Non-uniform rational basis spline),
A NURBS curve is defined by its
NurbsCurve.getOrder() , a set of weighted Geometry.getControlPoints() and a NurbsCurve.getKnotVectors()
The w component in control point is used as control point's weight, whatever it is a CurveDimension.TWO_DIMENSIONAL or CurveDimension.THREE_DIMENSIONAL |
NurbsDirection |
A 3D
NurbsSurface has two direction, the NurbsSurface.getU() and NurbsSurface.getV() , the NurbsDirection defines data for each direction. |
NurbsSurface |
NurbsSurface is a surface represented by NURBS(Non-uniform rational basis spline),
A NurbsSurface is defined by two NurbsDirection NurbsSurface.getU() and NurbsSurface.getV() . |
ObjLoadOptions |
Load options for wavefront obj
|
ObjSaveOptions |
Save options for wavefront obj file
|
Patch |
A
Patch is a parametric modeling surface, similar to NurbsSurface , it's also defined by two
PatchDirection , the Patch.getU() and Patch.getV() . |
PatchDirection |
Patch's U and V direction.
|
PbrMaterial |
Material for physically based rendering based on albedo color/metallic/roughness
|
PhongMaterial |
Material for blinn-phong shading model.
|
Plane |
Parameterized plan.
|
PlyFormat |
The PLY format.
|
PlyLoadOptions |
Load options for PLY files
|
PlySaveOptions |
Save options for exporting scene as PLY file.
|
PolygonBuilder |
A helper class to build polygon for
Mesh |
PolygonModifier |
Utilities to modify polygons
|
Pose |
The pose is used to store transformation matrix when the geometry is skinned.
|
Primitive |
Base class for all primitives
|
Property |
Class to hold user-defined properties.
|
Quaternion |
Quaternion is usually used to perform rotation in computer graphics.
|
RectangularTorus |
Parameterized rectangular torus.
|
ResourceManager | |
RvmLoadOptions |
Load options for AVEVA Plant Design Management System's RVM file.
|
RvmSaveOptions |
Save options for Aveva PDMS RVM file.
|
SaveOptions |
The base class to configure options in file saving for different types
|
Scene |
A scene is a top-level object that contains the nodes, geometries, materials, textures, animation, poses, sub-scenes and etcs.
|
ShaderMaterial |
A shader material allows to describe the material by external rendering engine or shader language.
|
ShaderTechnique |
A shader technique represents a concrete rendering implementation.
|
Shape |
The shape describes the deformation on a set of control points, which is similar to the cluster deformer in Maya.
|
Skeleton |
The
Skeleton is mainly used by CAD software to help designer to manipulate the transformation of skeletal structure, it's usually useless outside the CAD softwares. |
SkinDeformer |
A skin deformer contains multiple bones to work, each bone blends a part of the geometry by control point's weights.
|
Sphere |
Parameterized sphere.
|
STLLoadOptions |
Load options for STL
|
STLSaveOptions |
Save options for STL
|
Texture |
This class defines the texture from an external file.
|
TextureBase |
Base class for all concrete textures.
|
Torus |
Parameterized torus.
|
Transform |
A transform contains information that allow access to object's translate/scale/rotation or transform matrix at minimum cost
This is used by local transform.
|
TransformBuilder |
The
TransformBuilder is used to build transform matrix by a chain of transformations. |
TriMesh |
A TriMesh contains raw data that can be used by GPU directly.
|
U3DLoadOptions |
Load options for universal 3d
|
U3DSaveOptions |
Save options for universal 3d
|
Vector2 |
A vector with two components.
|
Vector3 |
A vector with three components.
|
Vector4 |
A vector with four components.
|
Vector4List |
Performance optimized list for accessing
Vector4 |
Vertex |
Vertex reference, used to access the raw vertex in
TriMesh . |
VertexDeclaration |
The declaration of a custom defined vertex's structure
|
VertexElement |
Base class of vertex elements.
|
VertexElementBinormal |
Defines the binormal vectors for specified components.
|
VertexElementEdgeCrease |
Defines the edge crease for specified components
|
VertexElementMaterial |
Defines material index for specified components.
|
VertexElementNormal |
Defines normal vectors for specified components.
|
VertexElementPolygonGroup |
Defines polygon group for specified components to group related polygons together.
|
VertexElementSmoothingGroup |
A smoothing group is a group of polygons in a polygon mesh which should appear to form a smooth surface.
|
VertexElementSpecular |
Defines specular color for specified components.
|
VertexElementTangent |
Defines tangent vectors for specified components.
|
VertexElementTemplate<T> |
A helper class for defining concrete
VertexElement implementations. |
VertexElementUserData |
Defines custom user data for specified components.
|
VertexElementUV |
Defines the UV coordinates for specified components.
|
VertexElementVector4 |
A helper class for defining concrete
VertexElement implementations. |
VertexElementVertexColor |
Defines the vertex color for specified components
|
VertexElementVertexCrease |
Defines the vertex crease for specified components
|
VertexElementVisibility |
Defines if specified components is visible
|
VertexElementWeight |
Defines blend weight for specified components.
|
VertexField |
Vertex's field memory layout description.
|
VertexFieldDataType |
Vertex field's data type
|
WeightedMode |
Weighted mode.
|
XLoadOptions |
The Load options for DirectX X files.
|
Enum | Description |
---|---|
AlphaSource |
Defines whether the texture contains the alpha channel.
|
ApertureMode |
Camera aperture modes.
|
Axis |
The coordinate axis.
|
BoundingBoxExtent |
The extent of the bounding box
|
ColladaTransformStyle |
The node's transform style of node
|
ComposeOrder |
The order to compose transform matrix
|
CoordinatedSystem |
The left handed or right handed coordinate system.
|
CurveDimension |
The dimension of the curves.
|
DracoCompressionLevel |
Compression level for draco file
|
ExtrapolationType |
Extrapolation type.
|
FileContentType |
File content type
|
Interpolation |
The key frame's interpolation type.
|
LightType |
Light types.
|
MappingMode |
Determines how the element is mapped to a surface.
|
NurbsType |
NURBS types.
|
PatchDirectionType |
Patch direction's types.
|
PoseType |
Pose type.
|
ProjectionType |
Camera's projection types.
|
ReferenceMode |
ReferenceMode defines how mapping information is stored and referenced by. |
RenderingAPI |
Commonly used rendering APIs
|
RotationMode |
The frustum's rotation mode
|
ShadingLanguage |
Commonly used shading languages
|
SkeletonType |
Skeleton 's types. |
SplitMeshPolicy |
Share vertex/control point data between sub-meshes or each sub-mesh has its own compacted data.
|
StepMode |
Interpolation step mode.
|
TextureFilter |
Filter options during texture sampling.
|
TextureMapping |
The texture mapping type for
VertexElementUV
Describes which kind of texture mapping is used. |
VertexElementType |
The type of the vertex element, defined how it will be used in modeling.
|
VertexFieldSemantic |
The semantic of the vertex field
|
WrapMode |
Texture's wrap mode.
|
Exception | Description |
---|---|
ExportException |
Exceptions when Aspose.3D failed to export the scene to file
|
ImportException |
Exception when Aspose.3D failed to open the specified source
|
Copyright © 2018. All rights reserved.