GeometryGym.Ifc.IfcBoundaryNodeConditionWarping.IfcBoundaryNodeConditionWarping C# (CSharp) Method

IfcBoundaryNodeConditionWarping() public method

public IfcBoundaryNodeConditionWarping ( DatabaseIfc db, string name, IfcTranslationalStiffnessSelect x, IfcTranslationalStiffnessSelect y, IfcTranslationalStiffnessSelect z, IfcRotationalStiffnessSelect xx, IfcRotationalStiffnessSelect yy, IfcRotationalStiffnessSelect zz, IfcWarpingStiffnessSelect w ) : System
db DatabaseIfc
name string
x IfcTranslationalStiffnessSelect
y IfcTranslationalStiffnessSelect
z IfcTranslationalStiffnessSelect
xx IfcRotationalStiffnessSelect
yy IfcRotationalStiffnessSelect
zz IfcRotationalStiffnessSelect
w IfcWarpingStiffnessSelect
return System
		public IfcBoundaryNodeConditionWarping(DatabaseIfc db, string name, IfcTranslationalStiffnessSelect x, IfcTranslationalStiffnessSelect y, IfcTranslationalStiffnessSelect z, IfcRotationalStiffnessSelect xx, IfcRotationalStiffnessSelect yy, IfcRotationalStiffnessSelect zz, IfcWarpingStiffnessSelect w)
			: base(db, name, x, y, z, xx, yy, zz) { mWarpingStiffness = w; }
	}

Same methods

IfcBoundaryNodeConditionWarping::IfcBoundaryNodeConditionWarping ( ) : System
IfcBoundaryNodeConditionWarping::IfcBoundaryNodeConditionWarping ( DatabaseIfc db, IfcBoundaryNodeConditionWarping b ) : System
IfcBoundaryNodeConditionWarping