Search Results for

    Show / Hide Table of Contents

    Class IfcCartesianTransformationOperator

    Inheritance
    System.Object
    PersistEntity
    IfcRepresentationItem
    IfcGeometricRepresentationItem
    IfcCartesianTransformationOperator
    IfcCartesianTransformationOperator2D
    IfcCartesianTransformationOperator3D
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcRepresentationItem>
    System.IEquatable<IfcGeometricRepresentationItem>
    IIfcCartesianTransformationOperator
    IIfcGeometricRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IIfcLayeredItem
    System.IEquatable<IfcCartesianTransformationOperator>
    IIfcCartesianTransformationOperator
    IIfcGeometricRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IIfcLayeredItem
    IPersistEntity
    IExpressSelectType
    IPersist
    IExpressValidatable
    Inherited Members
    IfcGeometricRepresentationItem.Equals(IfcGeometricRepresentationItem)
    IfcRepresentationItem.IIfcRepresentationItem.LayerAssignments
    IfcRepresentationItem.IIfcRepresentationItem.StyledByItem
    IfcRepresentationItem.LayerAssignments
    IfcRepresentationItem.StyledByItem
    IfcRepresentationItem.Equals(IfcRepresentationItem)
    IfcRepresentationItem.IIfcRepresentationItem.LayerAssignment
    IfcRepresentationItem.IIfcRepresentationItem.StyledByItem
    PersistEntity._activated
    PersistEntity.Activate()
    PersistEntity.NotifyPropertyChanged(String)
    PersistEntity.SetValue<TProperty>(Action<TProperty>, TProperty, TProperty, String, Int32)
    PersistEntity.Equals(Object)
    PersistEntity.GetHashCode()
    PersistEntity.ToString()
    PersistEntity.EntityLabel
    PersistEntity.Model
    PersistEntity.ModelOf
    PersistEntity.IPersistEntity.Activated
    PersistEntity.IPersistEntity.ExpressType
    PersistEntity.PropertyChanged
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Xbim.Ifc2x3.GeometryResource
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    [ExpressType("IfcCartesianTransformationOperator", 146)]
    public abstract class IfcCartesianTransformationOperator : IfcGeometricRepresentationItem, INotifyPropertyChanged, IEquatable<IfcRepresentationItem>, IEquatable<IfcGeometricRepresentationItem>, IIfcCartesianTransformationOperator, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IEquatable<IfcCartesianTransformationOperator>, IIfcCartesianTransformationOperator, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IPersistEntity, IExpressSelectType, IPersist, IExpressValidatable

    Properties

    | Improve this Doc View Source

    Axis1

    Declaration
    [EntityAttribute(1, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 3)]
    public IfcDirection Axis1 { get; set; }
    Property Value
    Type Description
    IfcDirection
    | Improve this Doc View Source

    Axis2

    Declaration
    [EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 4)]
    public IfcDirection Axis2 { get; set; }
    Property Value
    Type Description
    IfcDirection
    | Improve this Doc View Source

    Dim

    Declaration
    [EntityAttribute(0, EntityAttributeState.Derived, EntityAttributeType.None, EntityAttributeType.None, null, null, 0)]
    public IfcDimensionCount Dim { get; }
    Property Value
    Type Description
    IfcDimensionCount
    | Improve this Doc View Source

    LocalOrigin

    Declaration
    [EntityAttribute(3, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 5)]
    public IfcCartesianPoint LocalOrigin { get; set; }
    Property Value
    Type Description
    IfcCartesianPoint
    | Improve this Doc View Source

    Scale

    Declaration
    [EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
    public double? Scale { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>
    | Improve this Doc View Source

    Scl

    Declaration
    [EntityAttribute(0, EntityAttributeState.Derived, EntityAttributeType.None, EntityAttributeType.None, null, null, 0)]
    public double Scl { get; }
    Property Value
    Type Description
    System.Double

    Methods

    | Improve this Doc View Source

    Equals(IfcCartesianTransformationOperator)

    Declaration
    public bool Equals(IfcCartesianTransformationOperator other)
    Parameters
    Type Name Description
    IfcCartesianTransformationOperator other
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Parse(Int32, IPropertyValue, Int32[])

    Declaration
    public override void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
    Parameters
    Type Name Description
    System.Int32 propIndex
    IPropertyValue value
    System.Int32[] nestedIndex
    Overrides
    IfcGeometricRepresentationItem.Parse(Int32, IPropertyValue, Int32[])
    | Improve this Doc View Source

    Validate()

    Declaration
    public virtual IEnumerable<ValidationResult> Validate()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ValidationResult>
    | Improve this Doc View Source

    ValidateClause(IfcCartesianTransformationOperator.IfcCartesianTransformationOperatorClause)

    Tests the express where-clause specified in param 'clause'

    Declaration
    public bool ValidateClause(IfcCartesianTransformationOperator.IfcCartesianTransformationOperatorClause clause)
    Parameters
    Type Name Description
    IfcCartesianTransformationOperator.IfcCartesianTransformationOperatorClause clause

    The express clause to test

    Returns
    Type Description
    System.Boolean

    true if the clause is satisfied.

    Explicit Interface Implementations

    | Improve this Doc View Source

    IIfcCartesianTransformationOperator.Axis1

    Declaration
    IIfcDirection IIfcCartesianTransformationOperator.Axis1 { get; set; }
    Returns
    Type Description
    IIfcDirection
    | Improve this Doc View Source

    IIfcCartesianTransformationOperator.Axis2

    Declaration
    IIfcDirection IIfcCartesianTransformationOperator.Axis2 { get; set; }
    Returns
    Type Description
    IIfcDirection
    | Improve this Doc View Source

    IIfcCartesianTransformationOperator.LocalOrigin

    Declaration
    IIfcCartesianPoint IIfcCartesianTransformationOperator.LocalOrigin { get; set; }
    Returns
    Type Description
    IIfcCartesianPoint
    | Improve this Doc View Source

    IIfcCartesianTransformationOperator.Scale

    Declaration
    double? IIfcCartesianTransformationOperator.Scale { get; set; }
    Returns
    Type Description
    System.Nullable<System.Double>
    | Improve this Doc View Source

    IIfcCartesianTransformationOperator.Axis1

    Declaration
    [CrossSchemaAttribute(typeof(IIfcCartesianTransformationOperator), 1)]
    IIfcDirection IIfcCartesianTransformationOperator.Axis1 { get; set; }
    Returns
    Type Description
    IIfcDirection
    | Improve this Doc View Source

    IIfcCartesianTransformationOperator.Axis2

    Declaration
    [CrossSchemaAttribute(typeof(IIfcCartesianTransformationOperator), 2)]
    IIfcDirection IIfcCartesianTransformationOperator.Axis2 { get; set; }
    Returns
    Type Description
    IIfcDirection
    | Improve this Doc View Source

    IIfcCartesianTransformationOperator.Dim

    Declaration
    IfcDimensionCount IIfcCartesianTransformationOperator.Dim { get; }
    Returns
    Type Description
    IfcDimensionCount
    | Improve this Doc View Source

    IIfcCartesianTransformationOperator.LocalOrigin

    Declaration
    [CrossSchemaAttribute(typeof(IIfcCartesianTransformationOperator), 3)]
    IIfcCartesianPoint IIfcCartesianTransformationOperator.LocalOrigin { get; set; }
    Returns
    Type Description
    IIfcCartesianPoint
    | Improve this Doc View Source

    IIfcCartesianTransformationOperator.Scale

    Declaration
    [CrossSchemaAttribute(typeof(IIfcCartesianTransformationOperator), 4)]
    IfcReal? IIfcCartesianTransformationOperator.Scale { get; set; }
    Returns
    Type Description
    System.Nullable<IfcReal>
    | Improve this Doc View Source

    IIfcCartesianTransformationOperator.Scl

    Declaration
    IfcReal IIfcCartesianTransformationOperator.Scl { get; }
    Returns
    Type Description
    IfcReal

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<T>
    System.IEquatable<T>
    IIfcCartesianTransformationOperator
    IIfcGeometricRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IIfcLayeredItem
    System.IEquatable<T>
    IIfcCartesianTransformationOperator
    IIfcGeometricRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IIfcLayeredItem
    IPersistEntity
    IExpressSelectType
    IPersist
    IExpressValidatable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim