Class TIfcObjectPlacement

Unit

Declaration

type TIfcObjectPlacement = class abstract(TIfcPersistent)

Description

Define the object coordinate system.

Hierarchy

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;
Public procedure UpdateNode(const Mapping: TCastleIfcMapping; const Transform: TTransformNode); virtual;

Properties

Published property PlacementRelTo: TIfcObjectPlacement read FPlacementRelTo write FPlacementRelTo;
Published property PlacesObject: TIfcProductList read FPlacesObject;
Published property ReferencedByPlacements: TIfcObjectPlacementList read FReferencedByPlacements;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

This item has no description.

Public destructor Destroy; override;

This item has no description.

Public procedure UpdateNode(const Mapping: TCastleIfcMapping; const Transform: TTransformNode); virtual;

This item has no description.

Properties

Published property PlacementRelTo: TIfcObjectPlacement read FPlacementRelTo write FPlacementRelTo;

Reference to object placement that provides the relative placement with its placement in a grid, local coordinate system or linear referenced placement.

Published property PlacesObject: TIfcProductList read FPlacesObject;

The IfcObjectPlacement shall be used to provide a placement and an object coordinate system for instances of IfcProduct.

Published property ReferencedByPlacements: TIfcObjectPlacementList read FReferencedByPlacements;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.