2026 Method
Changes 0
M

PointCloudType.Create

Description:
Creates a new point cloud type for a given point cloud engine.
Remarks:
A list of supported engine identifiers and whether they are file-based or not can be obtained from PointCloudEngineRegistry. The method GetSupportedEngines() returns a list of the identifiers registered for engines.
public static PointCloudType Create(
	Document document,
	string engineIdentifier,
	string typeIdentifier
)
  • document
    The document in which to create the point cloud.
  • String
    engineIdentifier
    The string identifying the engine to be invoked. It should be the file extension or engine identifier registered by the third party.
  • String
    typeIdentifier
    The file name or the identification string for a non-file based engine.
Return Value PointCloudType The newly created PointCloudType object to be used to create instances of this point cloud.