Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NucleicAcidStrandCreator

This class stores information about the nucleic acid strand being created from point A to B via the 3D modeling interface.

Hierarchy

  • NucleicAcidStrandCreator

Index

Constructors

constructor

  • Parameters

    • Default value startPos: Vector3 = new Vector3(0, 0, 0)

      starting position of the new strand

    • Default value endPos: Vector3 = new Vector3(0, 0, 0)

      ending position of the new strand

    • Default value dnaForm: DnaForm = BDnaIdealisticForm

      DNA form of the created strand

    • Optional maxLength: undefined | number

      maximum allowed length of the strand (in nr. of nucleotides)

    Returns NucleicAcidStrandCreator

Properties

Private _dnaForm

_dnaForm: DnaForm

Private _helicalAxisEnd

_helicalAxisEnd: Vector3

Private _helicalAxisStart

_helicalAxisStart: Vector3

Private _maxLengthInAngstroms

_maxLengthInAngstroms: number | undefined

Accessors

dnaForm

helicalAxisDirection

  • get helicalAxisDirection(): Vector3

helicalAxisEnd

  • get helicalAxisEnd(): Vector3
  • set helicalAxisEnd(endPos: Vector3): void

helicalAxisStart

  • get helicalAxisStart(): Vector3
  • set helicalAxisStart(startPos: Vector3): void

lengthInAngstroms

  • get lengthInAngstroms(): number

nucleotideRise

  • get nucleotideRise(): number

numOfNucleotides

  • get numOfNucleotides(): number

Generated using TypeDoc