Click or drag to resize

FactoryPartOrientateBeam Method (BuilderBeam, NullableVector3, NullableVector3, NullableVector3, Double)

create an beam-builder with a given orientation.

Namespace:  Karamba.Factories
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public virtual BuilderBeam OrientateBeam(
	BuilderBeam beam,
	Nullable<Vector3> xOri = null,
	Nullable<Vector3> yOri = null,
	Nullable<Vector3> zOri = null,
	double dalpha = 0
)

Parameters

beam
Type: Karamba.ElementsBuilderBeam
beam-builder to be oriented.
xOri (Optional)
Type: SystemNullableVector3
vector of new x-direction.
yOri (Optional)
Type: SystemNullableVector3
vector of new y-direction.
zOri (Optional)
Type: SystemNullableVector3
vector of new z-direction.
dalpha (Optional)
Type: SystemDouble
additional rotation angle about the beam-axis.

Return Value

Type: BuilderBeam
beam-builder with a given orientation.
See Also