ISymbolBuilder Interface

Interface for building symbols for joints, supports, loads and reactions for parametricly controlled rendering of the model.

Definition

Namespace: Karamba.GHopper.UIParametric
Assembly: karamba (in karamba.dll) Version: 1.0.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public interface ISymbolBuilder

Properties

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.

Methods

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.

See Also