Метод | Описание | |
---|---|---|
CreatePointSetIterator ( PointCloudFilter rFilter, ElementId viewId ) : IPointSetIterator |
The implementation of IPointCloudAccess.CreatePointSetIterator().
|
|
GetColorEncoding ( ) : PointCloudColorEncoding |
The implementation of IPointCloudAccess.GetColorEncoding()
|
|
GetExtent ( ) : Outline |
The implementation of IPointCloudAccess.GetExtent().
|
|
GetName ( ) : String |
The implementation of IPointCloudAccess.GetName().
|
|
GetOffset ( ) : XYZ |
The implementation of IPointCloudAccess.GetOffset(). This method is not used by Revit and will be removed in a later pre-release build. |
|
GetUnitsToFeetConversionFactor ( ) : double |
The implementation of IPointCloudAccess.GetUnitsToFeetConversionFactor().
|
|
PredefinedPointCloud ( String identifier ) : System |
Constructs a new predefined point cloud access instance.
|
|
PredefinedPointCloud ( String identifier, bool randomizedPoints ) : System |
Constructs a new predefined point cloud access instance.
|
|
ReadPoints ( PointCloudFilter rFilter, ElementId viewId, |
The implementation of IPointCloudAccess.ReadPoints().
|
Метод | Описание | |
---|---|---|
Setup ( bool randomizedPoints ) : void |
Sets up the predefined point cloud.
|
public CreatePointSetIterator ( PointCloudFilter rFilter, ElementId viewId ) : IPointSetIterator | ||
rFilter | PointCloudFilter | The filter. |
viewId | ElementId | The view id (unused). |
Результат | IPointSetIterator |
public GetColorEncoding ( ) : PointCloudColorEncoding | ||
Результат | PointCloudColorEncoding |
public GetUnitsToFeetConversionFactor ( ) : double | ||
Результат | double |
public PredefinedPointCloud ( String identifier ) : System | ||
identifier | String | The identifier of the point cloud. |
Результат | System |
public PredefinedPointCloud ( String identifier, bool randomizedPoints ) : System | ||
identifier | String | The identifier of the point cloud. |
randomizedPoints | bool | True to use randomization for the point location and number, false otherwise. |
Результат | System |
public ReadPoints ( PointCloudFilter rFilter, ElementId viewId, |
||
rFilter | PointCloudFilter | The filter. |
viewId | ElementId | The view id (unused). |
buffer | The point cloud buffer. | |
nBufferSize | int | The maximum number of points. |
Результат | int |