Click or drag to resize

EntityAxesTEntity Constructor (EntityParameterTEntity, TransactionParameter)

Initializes a new instance representing the orientation of the specified entity parameter.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public EntityAxes(
	EntityParameter<TEntity> entityParameter,
	TransactionParameter transactionParameter
)

Parameters

entityParameter
Type: AGI.Foundation.TrackingEntityParameterTEntity
The entity parameter specifying the entity from which this axes should get its orientation.
transactionParameter
Type: AGI.Foundation.Infrastructure.ThreadingTransactionParameter
The transaction parameter specifying the transaction that will be used when obtaining information from the entity.
See Also