Click or drag to resize

FactoryPartOrientateBeam Method (String, NullableVector3, NullableVector3, NullableVector3, Double)

create an agent object for orienting beam elements during model assembly

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

Parameters

elemId
Type: SystemString
identifier of elements to orientate
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
agent object for orienting beam elements during model assembly
See Also