@novorender/api / FollowParametricObject
Interface: FollowParametricObject
Defined in: @novorender/src/measure/modules/followPath/index.ts:23
Used to get camera values along a curve segment or cylinder center
Properties
ids
readonly ids: number[];
Defined in: @novorender/src/measure/modules/followPath/index.ts:27
Collection of Object Ids, if multiple then it must be following cylinders
parameterBounds
readonly parameterBounds: ParameterBounds;
Defined in: @novorender/src/measure/modules/followPath/index.ts:34
Start and stop bounds of the followed object, unless the parametric object specify otherwise start will be 0 and end will be the length of all segments
selectedEntity
readonly selectedEntity: undefined | MeasureEntity;
Defined in: @novorender/src/measure/modules/followPath/index.ts:29
Information about the entity, used to avoid finding the objects in api functions
type
readonly type: "cylinder" | "edge" | "curve" | "cylinders";
Defined in: @novorender/src/measure/modules/followPath/index.ts:25
Type of object that is being followed