CustomBranch#
- class braincell.CustomBranch(lengths, radii_proximal, radii_distal, points_proximal=None, points_distal=None, type='custom')[source]#
A
Branchwith type fixed to"custom".Represents a branch with unspecified anatomical identity. All factory methods and the constructor automatically set
type="custom"; passingtypeexplicitly raisesTypeError.Equivalent to
Branch(..., type="custom").See also
BranchBase class with full documentation.