Class IfcCartesianTransformationOperator
Inheritance
System.Object
IfcCartesianTransformationOperator
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Xbim.Ifc2x3.dll
[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
Declaration
[EntityAttribute(1, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 3)]
public IfcDirection Axis1 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 4)]
public IfcDirection Axis2 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
[EntityAttribute(0, EntityAttributeState.Derived, EntityAttributeType.None, EntityAttributeType.None, null, null, 0)]
public IfcDimensionCount Dim { get; }
Property Value
|
Improve this Doc
View Source
Declaration
[EntityAttribute(3, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 5)]
public IfcCartesianPoint LocalOrigin { get; set; }
Property Value
|
Improve this Doc
View Source
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
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
Declaration
public bool Equals(IfcCartesianTransformationOperator other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public override void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
propIndex |
|
IPropertyValue |
value |
|
System.Int32[] |
nestedIndex |
|
Overrides
|
Improve this Doc
View Source
Declaration
public virtual IEnumerable<ValidationResult> Validate()
Returns
|
Improve this Doc
View Source
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcCartesianTransformationOperator.IfcCartesianTransformationOperatorClause clause)
Parameters
Returns
Type |
Description |
System.Boolean |
true if the clause is satisfied.
|
Explicit Interface Implementations
|
Improve this Doc
View Source
Declaration
IIfcDirection IIfcCartesianTransformationOperator.Axis1 { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
IIfcDirection IIfcCartesianTransformationOperator.Axis2 { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
IIfcCartesianPoint IIfcCartesianTransformationOperator.LocalOrigin { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
double? IIfcCartesianTransformationOperator.Scale { get; set; }
Returns
Type |
Description |
System.Nullable<System.Double> |
|
|
Improve this Doc
View Source
Declaration
[CrossSchemaAttribute(typeof(IIfcCartesianTransformationOperator), 1)]
IIfcDirection IIfcCartesianTransformationOperator.Axis1 { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
[CrossSchemaAttribute(typeof(IIfcCartesianTransformationOperator), 2)]
IIfcDirection IIfcCartesianTransformationOperator.Axis2 { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
IfcDimensionCount IIfcCartesianTransformationOperator.Dim { get; }
Returns
|
Improve this Doc
View Source
Declaration
[CrossSchemaAttribute(typeof(IIfcCartesianTransformationOperator), 3)]
IIfcCartesianPoint IIfcCartesianTransformationOperator.LocalOrigin { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
[CrossSchemaAttribute(typeof(IIfcCartesianTransformationOperator), 4)]
IfcReal? IIfcCartesianTransformationOperator.Scale { get; set; }
Returns
Type |
Description |
System.Nullable<IfcReal> |
|
|
Improve this Doc
View Source
Declaration
IfcReal IIfcCartesianTransformationOperator.Scl { get; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>