@novorender/web_app / FollowParametricObject
Interface: FollowParametricObject
Used to get camera values along a curve segment or cylinder center
Properties
ids
readonly ids: number[];
Collection of Object Ids, if multiple then it must be following cylinders
Defined in
@novorender/measure/modules/followPath/index.ts:28
parameterBounds
readonly parameterBounds: ParameterBounds;
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
Defined in
@novorender/measure/modules/followPath/index.ts:35
selectedEntity
readonly selectedEntity: undefined | MeasureEntity;
Information about the entity, used to avoid finding the objects in api functions
Defined in
@novorender/measure/modules/followPath/index.ts:30
type
readonly type: "cylinder" | "edge" | "curve" | "cylinders";
Type of object that is being followed