C# Class GluLamb.Joints.CrossJoint_SingleBackcut

Inheritance: GluLamb.Joints.CrossJoint
Datei anzeigen Open project: tsvilans/glulamb

Public Properties

Property Type Description
DefaultDepthOverride double
DefaultExtraLength double
DefaultTaperAngle double
DepthOverride double
ExtraLength double
TaperAngle double
debug List

Public Methods

Method Description
Construct ( bool append = false ) : bool
CrossJoint_SingleBackcut ( List elements, JointCondition jc ) : System
ToString ( ) : string
UnifyPlanes ( Plane p0, Plane p1 ) : Plane

Method Details

Construct() public method

public Construct ( bool append = false ) : bool
append bool
return bool

CrossJoint_SingleBackcut() public method

public CrossJoint_SingleBackcut ( List elements, JointCondition jc ) : System
elements List
jc JointCondition
return System

ToString() public method

public ToString ( ) : string
return string

UnifyPlanes() public method

public UnifyPlanes ( Plane p0, Plane p1 ) : Plane
p0 Plane
p1 Plane
return Plane

Property Details

DefaultDepthOverride public_oe static_oe property

public static double DefaultDepthOverride
return double

DefaultExtraLength public_oe static_oe property

public static double DefaultExtraLength
return double

DefaultTaperAngle public_oe static_oe property

public static double DefaultTaperAngle
return double

DepthOverride public_oe property

public double DepthOverride
return double

ExtraLength public_oe property

public double ExtraLength
return double

TaperAngle public_oe property

public double TaperAngle
return double

debug public_oe property

public List debug
return List