Share

PointCloudProxy Object

Derived from: PointCloud Object

Description

PointCloudProxy Object.

Methods

Name Description
Delete Method that deletes the point cloud.
GetReferenceKey Generate the sequence of bytes, called this object's reference key, which can be held onto beyond document edits and which will allow the caller to be bound back to the live object.
ModelToPointCloudSpace Method that takes a 3d coordinate in model space and returns a Point object containing the coordinate point in point cloud space.
PointCloudToModelSpace Method that takes a 3d coordinate in point cloud space and returns a Point object containing the coordinate point in model space.

Properties

Name Description
Application Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned.
AttributeSets Gets the Attribute Sets collection on this object.
ContainingOccurrence Get the component occurrence context through which the native object is being seen through.
Crops Read-only property that returns the PointCloudCrops collection object.
Density Read-write property that gets and sets the density of the points displayed. The range of this property is from 1 to 10.
DisplayedPointCount Read-only property that returns the total number of cloud points currently being displayed. This is the result of the density, MaximumPointCount and cropping.
HealthStatus Property that returns an enum indicating the current state of the object.
MaximumPointCount Read-write property that gets and sets the maximum point count that can be displayed in current point cloud.
Name Read-only property that returns the name of the point cloud. This is the name that’s visible in the browser.
NativeObject Get the source object in the context of the definition instead of the containing assembly.
Parent Gets the parent object from whom this object can logically be reached.
RangeBox Property that returns a Box object which contains the opposing points of a rectangular box that is guaranteed to enclose this object.
RangeBoxInPointCloudSpace Read-only property that returns a Box object which contains the opposing points of a rectangular box that is guaranteed to enclose this object in point cloud space.
Regions Read-only property that returns the point cloud regions collection object.
Scale Read-write property that gets and sets the scale of the point cloud.
Scans Read-only property that returns the point cloud scans collection object.
SourceFullFileName Read-only property that returns the point cloud source full file name.
TotalPointCount Read-only property that returns the total number of points in the point cloud taking no account of the crops.
Transform Read-write property that gets and sets the matrix that defines the translation, rotation of the point cloud in model space.
Type Returns an ObjectTypeEnum indicating this object's type.
UnitsFactor Read-only property that returns the units ratio between the point cloud source units and the Inventor database length unit(centimeters).
Visible Read-write property that gets and sets the visibility of this point cloud.

Version

Introduced in version 2016

Was this information helpful?