Class Microsoft3MFFormat

Microsoft3MFFormat class

File format instance for Microsoft 3MF with 3MF related utilities.

public class Microsoft3MFFormat : FileFormat

Properties

NameDescription
CanExport { get; }Gets whether Aspose.3D supports export scene to current file format.
CanImport { get; }Gets whether Aspose.3D supports import scene from current file format.
ContentType { get; }Gets file format content type
Extension { get; }Gets the extension name of this type.
Extensions { get; }Gets the extension names of this type.
FileFormatType { get; }Gets file format type
Version { get; }Gets file format version

Methods

NameDescription
CreateLoadOptions()Create a default load options for this file format
CreateSaveOptions()Create a default save options for this file format
GetObjectType(Node)Gets the model type for specified node.
GetTransformForBuild(Node)Get transform matrix for node used in build.
IsBuildable(Node)Check if this node is marked as a build.
SetBuildable(Node, bool, Matrix4?)
SetObjectType(Node, string)Set the model type for specified node. Possible value: model surface solidsupport support other
override ToString()Formats to string

See Also