Search Results for

    Show / Hide Table of Contents

    Class BcfViewpoint

    Inheritance
    System.Object
    BcfViewpoint
    Namespace: IPA.Bcfier.Models.Bcf
    Assembly: IPA.Bcfier.dll
    Syntax
    public class BcfViewpoint : object

    Properties

    | Improve this Doc View Source

    ClippingPlanes

    Declaration
    public List<BcfViewpointClippingPlane> ClippingPlanes { get; set; }
    Property Value
    Type Description
    List<BcfViewpointClippingPlane>
    | Improve this Doc View Source

    Id

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    Guid
    | Improve this Doc View Source

    Lines

    Declaration
    public List<BcfViewpointLine> Lines { get; set; }
    Property Value
    Type Description
    List<BcfViewpointLine>
    | Improve this Doc View Source

    OrthogonalCamera

    Declaration
    public BcfViewpointOrthogonalCamera OrthogonalCamera { get; set; }
    Property Value
    Type Description
    BcfViewpointOrthogonalCamera
    | Improve this Doc View Source

    PerspectiveCamera

    Declaration
    public BcfViewpointPerspectiveCamera PerspectiveCamera { get; set; }
    Property Value
    Type Description
    BcfViewpointPerspectiveCamera
    | Improve this Doc View Source

    SnapshotBase64

    Declaration
    public string SnapshotBase64 { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ViewpointComponents

    Declaration
    public BcfViewpointComponents ViewpointComponents { get; set; }
    Property Value
    Type Description
    BcfViewpointComponents
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH