ISymbolBuilder Interface
Interface for building symbols for joints, supports, loads and reactions for parametricly controlled rendering of the model.
Namespace: Karamba.GHopper.UIParametricAssembly: karamba (in karamba.dll) Version: 1.0.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public interface ISymbolBuilder
Public Interface ISymbolBuilder
public interface class ISymbolBuilder
type ISymbolBuilder = interface end
JointScale
|
Gets or sets the scaling factor of joint symbols.
|
LoadScale
|
Gets or sets the scaling factor of load symbols.
|
ReactionScale
|
Gets or sets the scaling factor of reaction symbols.
|
SupportScale
|
Gets or sets the scaling factor of support symbols.
|
BuildArrowSymbol
|
Builds a geometrical object or multiple geometrical objects depicting an arrow.
|
BuildJointSymbol
|
Builds a geometrical object or multiple geometrical objects depicting a joint.
|
BuildLineLoadSymbol
|
Builds a geometrical object or multiple geometrical objects depicting a line load.
|
BuildMomentSymbol
|
Builds a geometrical object or multiple geometrical objects depicting a concentrated bending moment load.
|
BuildSupportSymbol
|
Builds a geometrical object or multiple geometrical objects depicting a support.
|